TypeError: immutable #1086
Unanswered
Darkhorse-Fraternity
asked this question in
Q&A
Replies: 1 comment
-
First check your discord API key and app id! If you still get the error: I had the same problem - and its solution came from an unexpected place. I didn't have the right database settings: by default, only vercel's postgres is supported. I ended up using a (free) dev database from vercel instead, and the error went away. Alternatively, you could edit the drizzle config (see the readme or drizzle docs) to support a normal postgres database. I feel like the error message isn't ideal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i got an error by use discord Oauth2, It seems to be caused by a network problem
Beta Was this translation helpful? Give feedback.
All reactions