Why this error is occured after upgradiong project to L9 and using this lib.. #133
-
So far I came to know the error is thrown because of this JWT after upgrading the project from Laravel 8 to 9. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Without the proper log payload, configuration example, env example it's been hard to tell you why something happening just by a generic error message. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Well, I am still unable to find the exact problem due to fewer errors and log info BUT I managed to resolve this issue and it's working normally now. |
Beta Was this translation helpful? Give feedback.
Well, I am still unable to find the exact problem due to fewer errors and log info BUT I managed to resolve this issue and it's working normally now.
I have removed those lines and built an app cache and when it's finished I have uncommented those lines which are getting and reading the content of the file inside config. folder and re-build app cache, it then successfully read the app content from the storage folder and saves it in-app cache...
Now I don't know what is the cause of the problem exactly but this hack works out for me.