An unexpected error occurred. Please try again. #497
Unanswered
steve-taylor
asked this question in
Bug Reports
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Reopening, because Planetscale does in fact support |
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 tried running this command in the console and received the error shown below it:
I did this after trying to
drizzle-kit push:mysql
, which resulted in the following output:This worked yesterday, but no longer works today. Was there a recent change pushed to PlanetScale that broke something, or is there currently a partial outage?
Update: PlanetScale seems to be choking on the
USING
keyword. I rewrote the query usingON
instead and it worked:but this doesn't explain why
drizzle-kit push:mysql
worked yesterday and not today.Beta Was this translation helpful? Give feedback.
All reactions