Are you trying to access the session on a route that doesn't use sessions, i.e. an API route? Or are you trying to access the session before the StartSession middleware has run?
"Session store not set on request" - only on one computer
I migrated a BE to Laravel a few weeks ago, uploaded, and it's working absolutely fine - for hundreds of users. But I've just started having an issue logging in on my own computer - the log in request is returning a message 'Session store not set on request.'
It was working fine, then I made a change to the front end and changed the URL of the log in form, went to test it - and getting that error. I've reverted the front end, same error. Same in incognito windows and other browsers. However, it's working absolutely fine on my phone, which is connected to the same WIFI.
I see around 30 entries in the sessions table - but nothing matches my IP address
Any ideas?
Please or to participate in this conversation.