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
File Upload URLs Fails with CORS
xata.ts not being generated after command failure

Signed URLs in Xata dashboard (and my app) cease to function
invalid signature
). Seems those retrieved from the Xata dashboard also face the same error (although files can still be downloaded and newly created files are free from this problem).
```ts
// creating file attachments
await xata.db.audio.create({...
Cursor Pagination Broken
after
and before
fields
cursor invalid: filter invalid: column [character-\u003eelement]: invalid identifier, column [character-\u003eelement]: invalid identifier, offset 10: invalid symbol [\], only alphanumerics and '-', '_', or '~' are allowed
cursor invalid: filter invalid: column [character-\u003eelement]: invalid identifier, column [character-\u003eelement]: invalid identifier, offset 10: invalid symbol [\], only alphanumerics and '-', '_', or '~' are allowed
character->element
...How can I restrict the API access to a specific branch?
Reverse links typescript
read
a ShoppingCart
by it's id
and also get all it's ShoppingCartLineItems
in one query. I'm trying to avoid making multiple queries to the database.
I've had a look at https://xata.io/blog/navigating-many-to-one and https://xata.io/docs/concepts/data-model#links-and-relationships but I'm still not sure how to do this.
Schema:...Xata issues with environment variables in NestJS
xata init
command, and everything generated correctly and my environment variables were added to my .env
file. However, where I try to run my app with pnpm start:dev
(a precreated script) I get this error:
```
E:***\node_modules.pnpm@xata.io+client@0.29.5_typescript@5.4.5\node_modules@xata.io\client\src\client.ts:108
throw new Error('Option apiKey is required');...