Vercel integration is not setting the XATA_BRANCH

pgroll with pg-enabled db
pgroll init --postgres-url postgres://user:password@host:port/dbname
pgroll init --postgres-url postgres://user:password@host:port/dbname
Failed to initialize pgroll: pq: unknown statement type, see https://xata.io/sql-support for the support matrix
Error: pq: unknown statement type, see https://xata.io/sql-support for the support matrix
Failed to initialize pgroll: pq: unknown statement type, see https://xata.io/sql-support for the support matrix
Error: pq: unknown statement type, see https://xata.io/sql-support for the support matrix
Issues connecting to the database
``
Error: P1001: Can't reach database server at
us-east-1.sql.xata.sh:5432`
...how to show all results in react app?
xata raises error if `RESET ALL;` is called
asyncpg
and a connection pool.
Root cause:
When a connection is released back into the pool, the RESET ALL;
is executed and xata raises a setting "" is not allowed
error.
...Is it possible to restrict api key to specific branch only?
main
branch that I can have in vercel prod env for example, and 2nd api key, that can be used for all branches, except main
? So while trying to push changes, query etc. from main
I will get the error?Using prisma to create a new record with a file column
Custom env variable names
VITE_
. The plugin only detects variables with this prefix. How can I configure the xata SDK and CLI to use the env variables VITE_XATA_BRANCH
and VITE_XATA_API_KEY
?schema migration to add link between users and projects tables.
Cannot destructure property 'id' of 'raw' as it is null (following the Astro tut)
pg_dump: error: query failed: SSL SYSCALL error: EOF detected
Database error: error parsing response from server: `S` field missing
what is the ideal column type to store the content of a Tiptap editor?
Issues connecting to the database
Xata pull issue

setting "default_tablespace" is not allowed
Vercel connections timeout when using a transaction
Type mismatch: expected vector..
.ask
method of the sdk.. im getting the following error:
vector search: column [embedding]: type mismatch: expected vector (An array of floats with fixed dimension)
...I'm getting the following error when creating a record on this 'vectors' table

Preview branches are not being created for Vercel/Github extension