-
I'm experiencing an error from the client and I'm not sure why. 🧐 It worked the first time when bulk importing, but subsequent requests error.
## Error
```
error - FetchError: invalid jso…
-
---
published: true
description: Slides and show notes for my updated Talk at Reactathon
tags: Strategy, JavaScript
category: note
slug: third-age-2022
canonical_url: https://www.swyx.io/third-a…
-
I've set up a few tables in my database. When I run the `xata init` command (just installed the CLI), I get the following output:
```
❯ xata init
You only have a workspace, using it by default: x…
-
It seems that in case the API key is not valid, you get only a `nil` when running it:
```
npx @xata.io/importer ./companies.csv --table companies …
-
When clicking the Login button on the Xata: Explorer I am always directed to the page "New API key for Xata VSCode extension". Once I log out I have no option in the UI to log back in with an existing…
-
Repro: https://xata.rewatch.com/video/ukvo8ck54tgq9hlw-vercel-integration-dx-journey?t=1338
The shell fails on invocation with the following error:
```
file:///Users/tejas/.npm/_npx/81ade392115…
-
I've received this error and I have no idea what to do with it:
Console output:
As text:
```
TypeError: (overrideRecords ?? page.records) is not iterable (cannot read property undefi…
-
The SDK resolves the branch the first time it needs it. It goes one by one, until it finds a string or a function that resolves in a stiring. Example:
```ts
import {local, git} from '@xata.io/clie…
-
```
npm i @xata.io/codegen -D
npm i @xata.io/client
xata pull
npx xata-codegen -c xata/config.json
```
vs
```
npx https://app.xata.io/sdk/my-project/db/branch
```
-
Hi nice project so far.
i was using restful-react and was able to add my jwt after sign in to the request header.
now i am a bit stuck as the new "getters" do not have an option for the header.…