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
While authentication we are getting success but that auth session isn't persist we are getting logged out immediately and getting following error.
[PowerSyncRemote] [Error: Closed. Original cause [Error: [AUTHORIZATION] Authorization failed
Generate a new JWT secret on Supabase. Cause: unrecognized configuration parameter "app.settings.jwt_secret"
(severity "ERROR", file "guc.c", line 5710, routine "find_option")].]
I have checked all the variables which we have declared in the .env file all values and keys are correct, Although we are getting defined values as well wherever we are using them.
The text was updated successfully, but these errors were encountered:
Hey @vaibhavbucchaSureworx, the first question I would ask is whether your Supabase project had been paused before?
You can see in the error the recommendation of generating a new JWT secret on Supabase.
I had the same issue. In my case, I'm using Supabase but with a third-party authentication integration (Cognito). To fix this error, you just need to change the JWT secret in the settings->api->jwt secret panel
While authentication we are getting success but that auth session isn't persist we are getting logged out immediately and getting following error.
[PowerSyncRemote] [Error: Closed. Original cause [Error: [AUTHORIZATION] Authorization failed
Generate a new JWT secret on Supabase. Cause: unrecognized configuration parameter "app.settings.jwt_secret"
(severity "ERROR", file "guc.c", line 5710, routine "find_option")].]
I have checked all the variables which we have declared in the .env file all values and keys are correct, Although we are getting defined values as well wherever we are using them.
The text was updated successfully, but these errors were encountered: