Error: schema "vaults" does not exist
Need help!
An internal PostgREST schema introspection query is failing due to a naming discrepancy. The system is attempting to query a non-existent "vaults" (plural) schema, while the project only contains a "vault" (singular) schema.
Error Symptoms:
Database initialization fails
Unable to perform schema introspection
Potential blockage of application startup
I'm getting this error:
There was nothing fiddled with the schemas. The project was running up until a month ago. Cant seem to understand why is this happening. Updated Postgres from 15 to 17, thought maybe it would reinit somehow, but still having same issue.
Any help is appreciated!
An internal PostgREST schema introspection query is failing due to a naming discrepancy. The system is attempting to query a non-existent "vaults" (plural) schema, while the project only contains a "vault" (singular) schema.
Error Symptoms:
Database initialization fails
Unable to perform schema introspection
Potential blockage of application startup
I'm getting this error:
There was nothing fiddled with the schemas. The project was running up until a month ago. Cant seem to understand why is this happening. Updated Postgres from 15 to 17, thought maybe it would reinit somehow, but still having same issue.
Any help is appreciated!