-
# Getting 502 error on "LOGS EXPLORER" using supabase cli
![image](https://github.com/supabase/supabase/assets/97081058/e52e10f5-ee3e-419a-9a36-745d1a8cef98)
Please help us to resolve this
-
**Describe the bug**
supbase start fails
**To Reproduce**
Steps to reproduce the behavior:
1. Install supabase cli via yarn: `yarn add supabase --group dev`
2. Run `yarn supabase init`
3. Run …
-
Is it possible, and if not, is there any interest in allowing the CLI to support multiple `--schema-dir` flags?
For example:
```
pg-schema-diff plan --dsn "..." --schema-dir ./sql/init/ --schema-…
-
I understand that because of:
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
- run: supabase db push
we can add new table structure to our project but at the same time I believe that…
-
Let's get started!
│
◇ A folder with the name '' already exists. Do you want to delete it?
│ Yes
│
◇ Deleted existing directory:
│
◇ Would you like to use TypeScript with this project?
│ …
-
**Describe the bug**
Hello,
I am trying to run Quivr project. After running supabase start i received this error;
`service not healthy: [supabase_realtime_secondbrain supabase_pg_meta_secondbrain…
-
# Bug report
## Describe the bug
In /supabase/docker/volumes/api/kong.yml the current configuration:
```
## Protected Dashboard - catch all remaining routes
- name: dashboard
_comme…
-
## Describe the bug
Code not working:
```js
import OpenAI from "https://deno.land/x/openai@v4.47.1/mod.ts";
const openai = new OpenAI({
apiKey: "YOUR_API_KEY"
});
```
You get the fol…
-
# Bug report
## Describe the bug
Running `supabase start` on Github builders frequently fails with 'service not healthy'.
## To Reproduce
Steps to reproduce the behavior, please provide co…
-
**Is your feature request related to a problem? Please describe.**
It is common with TypeScript to use enums for value selections, validations, and general logic. Often, the DB schema literal types t…