Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ If you see the `Error in connector: SCRAM failure: Authentication failed.` error

#### `Raw query failed. Error code 8000 (AtlasError): empty database name not allowed.`

If you see the `Raw query failed. Code: unknown. Message: Kind: Command failed: Error code 8000 (AtlasError): empty database name not allowed.` error message, be sure to append the database name to the database URL. You can find more info in this [GitHub issue](https://github.com/prisma/docs/issues/5562).
If you see the `Raw query failed. Code: unknown. Message: Kind: Command failed: Error code 8000 (AtlasError): empty database name not allowed.` error message, be sure to append the database name to the database URL. You can find more info in this [GitHub issue](https://github.com/prisma/web/issues/5562).

## 4. Introspect your database

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ If you see the `Error in connector: SCRAM failure: Authentication failed.` error

### `Raw query failed. Error code 8000 (AtlasError): empty database name not allowed.`

If you see the `Raw query failed. Code: unknown. Message: Kind: Command failed: Error code 8000 (AtlasError): empty database name not allowed.` error message, be sure to append the database name to the database URL. You can find more info in this [GitHub issue](https://github.com/prisma/docs/issues/5562).
If you see the `Raw query failed. Code: unknown. Message: Kind: Command failed: Error code 8000 (AtlasError): empty database name not allowed.` error message, be sure to append the database name to the database URL. You can find more info in this [GitHub issue](https://github.com/prisma/web/issues/5562).

## More info

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs.v6/orm/more/ai-tools/chatgpt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide explains how to add the remote Prisma MCP server to ChatGPT, allowing

This feature is still in development by OpenAI and might look or work a little differently over time. Some users may not have access to it yet.

If you notice that something has changed or doesn't match this guide, please [open an issue](https://github.com/prisma/docs/issues) or submit a pull request to update our docs.
If you notice that something has changed or doesn't match this guide, please [open an issue](https://github.com/prisma/web/issues) or submit a pull request to update our docs.
:::

Here is an end to end demo of setting up the remote Prisma MCP server and using it in ChatGPT:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,3 @@ To install, run:
```npm
npm install -g @microsoft/inshellisense
```

#### Fig

`inshellisense` is built on top of [Fig](https://fig.io/) which you can also use directly. It works in bash, zsh, and fish.

To install, run:

```bash
brew install fig
```
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ mysql://USER:PASSWORD@HOST:PORT/DATABASE?connection_limit=1

:::tip

If you are using AWS Lambda and _not_ configuring a `connection_limit`, refer to the following GitHub issue for information about the expected default pool size: https://github.com/prisma/docs/issues/667
If you are using AWS Lambda and _not_ configuring a `connection_limit`, refer to the following GitHub issue for information about the expected default pool size: https://github.com/prisma/web/issues/667

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ For MongoDB Atlas, you can manually append the database name to the connection U
### Troubleshooting connection issues

- **Authentication failed** — If you see a `SCRAM failure: Authentication failed` error, [add `?authSource=admin`](https://github.com/prisma/prisma/discussions/9994#discussioncomment-1562283) to the end of your connection string.
- **Empty database name** — If you see an `Error code 8000 (AtlasError): empty database name not allowed` error, append the database name to your connection URL. See this [GitHub issue](https://github.com/prisma/docs/issues/5562) for details.
- **Empty database name** — If you see an `Error code 8000 (AtlasError): empty database name not allowed` error, append the database name to your connection URL. See this [GitHub issue](https://github.com/prisma/web/issues/5562) for details.

## 4. Introspect your database

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ You've successfully set up Prisma ORM. Here's what you can explore next:
## Troubleshooting

- **Authentication failed** — If you see a `SCRAM failure: Authentication failed` error, [add `?authSource=admin`](https://github.com/prisma/prisma/discussions/9994#discussioncomment-1562283) to the end of your connection string.
- **Empty database name** — If you see an `Error code 8000 (AtlasError): empty database name not allowed` error, append the database name to your connection URL. See this [GitHub issue](https://github.com/prisma/docs/issues/5562) for details.
- **Empty database name** — If you see an `Error code 8000 (AtlasError): empty database name not allowed` error, append the database name to your connection URL. See this [GitHub issue](https://github.com/prisma/web/issues/5562) for details.

## More info

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/ai/tools/chatgpt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide explains how to add the remote Prisma MCP server to ChatGPT, allowing

This feature is still in development by OpenAI and might look or work a little differently over time. Some users may not have access to it yet.

If you notice that something has changed or doesn't match this guide, please [open an issue](https://github.com/prisma/docs/issues) or submit a pull request to update our docs.
If you notice that something has changed or doesn't match this guide, please [open an issue](https://github.com/prisma/web/issues) or submit a pull request to update our docs.
:::

Here is an end to end demo of setting up the remote Prisma MCP server and using it in ChatGPT:
Expand Down
10 changes: 0 additions & 10 deletions apps/docs/content/docs/orm/more/dev-environment/editor-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,3 @@ To install, run:
```npm
npm install -g @microsoft/inshellisense
```

#### Fig

`inshellisense` is built on top of [Fig](https://fig.io/) which you can also use directly. It works in bash, zsh, and fish.

To install, run:

```bash
brew install fig
```
1 change: 1 addition & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint:links": "tsx ./scripts/lint-links.ts",
"lint:external-links": "tsx ./scripts/lint-external-links.ts",
"lint:images": "tsx ./scripts/lint-images.ts",
"lint:code": "tsx ./scripts/lint-code-blocks.ts",
"lint:spellcheck": "cspell \"content/docs/**/*.mdx\" \"content/docs/**/*.json\""
Expand Down
Loading
Loading