Using prisma to migrate but running into unexpected error #939
Replies: 1 comment
-
@nicholasraphael See if you can still reproduce the issue using the latest |
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'm new to using electric and trying to work with prisma but keep getting the following trying to use migrations
Error: unexpected message from server 0: sql_schema_connector::flavour::postgres::connection::describe_schema with namespaces=None at schema-engine/connectors/sql-schema-connector/src/flavour/postgres/connection.rs:75 1: sql_schema_connector::validate_migrations with namespaces=None at schema-engine/connectors/sql-schema-connector/src/lib.rs:324 2: schema_core::state::DevDiagnostic
any idea why.
Here's the schema
and my env
DATABASE_URL="postgresql://postgres:proxy_password@localhost:65432/postgres"
Thanks
Beta Was this translation helpful? Give feedback.
All reactions