-
Thank you so much for sharing this project. However, we can't run the project because the code requires API configurations and demo data on Supabase. Could you kindly share "How to set up Database sch…
-
Hey guys,
Great job on the release. Just tried visualizing a recent project's DB and the JSON was invalid:
But https://jsonlint.com/ says it is valid:
Here's the JSON - https://gist.github.…
-
The VS Marketplace has 6 featured extensions which are shown prominently on the [MP site](https://marketplace.visualstudio.com/). We try to update this list every 1-2 months and we aim to showcase som…
-
**Describe the bug**
I have an interesting bug. I have validated that even when creating a pr with no changes I get the same error in ci
Applying migration 20230619010515_remote_commit.sql...
ERR…
-
# Bug Report
## Describe the bug
Running `supabase db diff` throws a "failed to connect" error:
```
failed to connect to `host=localhost user=postgres database=postgres`: dial error (dial tcp …
-
Next Js 13 Server actions are in alpha stages but any chance we can get this going?
For example instead of passing onSubmit with the handleSubmit, perhaps something to pass to formActions instead?
…
-
**Describe the bug**
After updating Supabase, my functions that have a parameter of ` p_user_id uuid default auth.uid()` now require `p_user_id` to be passed in gql.
**To Reproduce**
Steps to re…
-
Installed Supabase onto a self-hosted instance (underlying server: Ubuntu Linux VPS, installation via Docker Compose).
**Behavior being experienced**
Not able to create any users or add storage.…
-
Currently there is no way to extend the configuration of the `schema.prisma` file, specifically for adding `previewFeatures` such as `postgresqlExtensions` in order to use pgvector:
```prisma
data…
-
### Current Behavior
Using this command
```bash
pnpm nx g @nx/plugin:plugin generate-fastify-lib --directory=tools/generate-fastify-lib --verbose
```
After selecting As provided i get an error: …