Relative Content

Tag Archive for laravelnginxsessionreverse-proxylxd

Session Issues when running laravel on nginx reverse proxy

I am using *nginx* as reverse proxy to redirect requests from host server to *LXD* container which runs *laravel 11* app, all runs smoothly, the only issue is that validation messages aren’t displayed at all, to track that i am dumping error message and then i triggered validation error, messages are dumped when running app in localhost so its not a code issue.

Session Issues when running laravel on nginx reverse proxy

I am using nginx as reverse proxy to redirect requests from host server to LXD container which runs laravel 11 app, all runs smoothly, the only issue is that validation messages aren’t displayed at all, to track that i am dumping error message and then i triggered validation error, messages are dumped when running app in localhost so its not a code issue.