mirror of
https://github.com/evroon/bracket.git
synced 2026-05-19 14:10:16 -04:00
Add FAQ (#1098)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Configuration
|
||||
|
||||
16
docs/docs/running-bracket/faq.md
Normal file
16
docs/docs/running-bracket/faq.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# FAQ
|
||||
|
||||
## I ran Bracket with the default `docker-compose.yml` but I can't connect to the backend?
|
||||
|
||||
This is likely because you are trying to access Bracket on a different address than
|
||||
`http://localhost:3000` in the browser. In that case, two things need to be changed:
|
||||
|
||||
- Change `NEXT_PUBLIC_API_BASE_URL` to the address of the backend, e.g `https://api.example.org`.
|
||||
- You will also need to update `CORS_ORIGINS` to the address of the frontend, e.g.
|
||||
`https://app.example.org`.
|
||||
|
||||
Please consult [configuration docs](configuration.md) for more information.
|
||||
Reference in New Issue
Block a user