no schema has been selected to create in error
Hello, My app is using search_path, and i am getting below error when i try to connect to xata instance. failed to create version table: pq: no schema has been selected to create in . How do i overcome this error please
1 Reply
Hi there, thanks for your patience. Does the error persist when you don't set the
search_path
? Because Xata stores data on a shared cluster (with other users), it sets a specific search_path
upon connection to ensure you connect to your schema.