Local mode error on requesting data : JWSError JWSInvalidSignature
I have set up supabase locally with docker compose and everything works well
I am able to login and singup to the application
but when I try to insert a record into a table, I get this error.
I am using the anon JWT token that I have generated myself and it works for authentication, but not for SQL requests.
Any ideas on the issue, or for a possible fix ?
(Related issues on the web did not help me)
I have read that you can run
Any help would be greatly appreciated !
I am able to login and singup to the application
but when I try to insert a record into a table, I get this error.
I am using the anon JWT token that I have generated myself and it works for authentication, but not for SQL requests.
Any ideas on the issue, or for a possible fix ?
(Related issues on the web did not help me)
I have read that you can run
supabase status to get the token used, but since I'm using docker compose, I don't see where I should run this command.Any help would be greatly appreciated !