R
Railway2y ago
Medim

MySQL query error

Every query i try to do on a mysql database returns a black screen saying : Application error: a client-side exception has occurred (see the browser console for more information). And when i check my console theres just a flood of errors (100+ errors) that look like this : https://cdn.discordapp.com/attachments/850064005669716069/1013638077064958012/unknown.png Doing the same query on Beekeeper studio on the same db that is hosted on railway works fine.
20 Replies
Medim
Medim2y ago
The query is literally: select * from books lmfao
JustJake
JustJake2y ago
Can you navigate to the books table in the UI?
Medim
Medim2y ago
yep.
JustJake
JustJake2y ago
Wowie that's fun Can you send your projectId?
Medim
Medim2y ago
c19e4ea8-6f11-4c86-abed-9b2d25ba4914
JustJake
JustJake2y ago
Wow get out of my head thank you
Medim
Medim2y ago
KEK
JustJake
JustJake2y ago
I'm out this evening but I'll add this to my todos for tomorrow
Medim
Medim2y ago
kk np, I can use beekeeper for now Any updates?
JustJake
JustJake2y ago
Looking!
JustJake
JustJake2y ago
Looks fine to me
JustJake
JustJake2y ago
Can you post the error
Medim
Medim2y ago
Its working normally thonking
JustJake
JustJake2y ago
hmmm Did you drop a column or something?
Medim
Medim2y ago
no nvm added a new row to the books table tried to do the query again Application error: a client-side exception has occurred (see the browser console for more information).
JustJake
JustJake2y ago
Any idea what's in that row/ Oh that's so weird
Medim
Medim2y ago
every field is filled with 'test' and the types of the columns are right they're all strings
Medim
Medim2y ago
just trying to remember some php with mysql
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View