Replies: 2 comments 5 replies
-
Found a solution from this comment: supabase/supavisor#239 (comment) Assuming you're using a Supabase DB, switch the port number from 6543 to 5432 👍🏼 |
Beta Was this translation helpful? Give feedback.
3 replies
-
Could you share a minimal example? Are you using something in between Postgres and sqlx? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have app running with PostgreSQL via sqlx that I can run once, next time I'm getting cryptic error like this:
Error: error returned from database: prepared statement "sqlx_s_1" already exists
When I remove this statement manually from psql cli (DEALLOCATE PREPARE sqlx_s_1) I can run app again .. once.
Can someone help me why is this happening ?
Beta Was this translation helpful? Give feedback.
All reactions