Hello I am using supabase and trying to push some ...
# off-topic
h
Hello I am using supabase and trying to push some video on bucket but it is showing me the error code 401 which is invalid JWT
s
Please use the help channel and provide more context to this, maybe some code example and any additional information that comes back in the error.
s
If the issue caused by the user authentication cookie, you need to set the auth cookie (every time the auth state is changed) in the server as well, if you are using Nextjs there an example repo, or just google it "Supabase auth serverside" Or it might be the user does not have the permission to access..