POST https://aws.connect.psdb.cloud/psdb.v1alpha1.Database/Execute 401 #527
-
I'm trying to retrieve data from my table. when using DataGrip it works fine, but when I use the javascript driver in Next.js 13 I get the following error "POST https://aws.connect.psdb.cloud/psdb.v1alpha1.Database/Execute 401" I don't know why it's happening now. It worked fine yesterday |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @Visama396, If you are still experiencing this issue, could you please reach out to us over at https://support.planetscale.com/ when you have a moment so we can look into the details for your database? Please make sure to include the organization and database name in your message and any other details you can share about the way your JavaScript code may be running. |
Beta Was this translation helpful? Give feedback.
-
A 401 is "unauthenticated", so it seems your credentials are wrong or have been deleted, etc. I can't tell you which, based on that information tho. :) |
Beta Was this translation helpful? Give feedback.
A 401 is "unauthenticated", so it seems your credentials are wrong or have been deleted, etc. I can't tell you which, based on that information tho. :)