You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session value always returns null while calling middleware for viewing logs. But while using the same middleware with some other routes the session value work. Tried with getting session value in middleware before calling curl request function as well as added get session value directly in curl request
Steps To Reproduce:
Add get session and assign it to variable, value of that variable will be null.
call any function from any file the session value will return null.
Update on above issue:
Added web in middleware before calling custom routes and it worked. Did backtrace and found the session was not started
The text was updated successfully, but these errors were encountered:
Description:
Session value always returns null while calling middleware for viewing logs. But while using the same middleware with some other routes the session value work. Tried with getting session value in middleware before calling curl request function as well as added get session value directly in curl request
Steps To Reproduce:
Update on above issue:
Added web in middleware before calling custom routes and it worked. Did backtrace and found the session was not started
The text was updated successfully, but these errors were encountered: