on a re-enabled database I'm getting: `"Invalid au...
# javascript
m
on a re-enabled database I'm getting:
"Invalid authentication credentials"
when doing
Copy code
let { data: multiplayer, error } = await supabase
  .from('multiplayer')
  .select('*')
curl also throws the same for this operation. But other APIs work correctly. The anon key is correct.
s
This could be due to local storage still having a stale token its trying to use to make requests. Clear your local storage and cookies then try again
m
hm no still the same issue and even if that was the case woudn't the curl work? I getting the exact same error
creating a new project with the same table works without issues, also the same code (no changes) used to work before the project went into
pause
s
This is weird indeed. If you still have the old project around please report the issue using the feedback widget in the dashboard.
m
I will 😊 thanks!