Oliver
Oliver
``` Log::info(print_r(Input::old(),true)); $location->validate(); Log::info(print_r(Input::old(),true)); ``` After validate() the old input data is completely empty. Probably belongs to this part: https://github.com/laravelbook/ardent/blob/master/src/LaravelBook/Ardent/Ardent.php#L533-L536 Why do we need a Input::flash() here?
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...