Skip to content

Commit

Permalink
run on 127.0.0.1:3000 not localhost:3000 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden authored Jun 13, 2024
1 parent bd6a6b4 commit 9802bcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ To get started developing:
6. Serve the FastAPI application
7. Serve the React frontend

> [!IMPORTANT]
> You **MUST** access the locally run website through `127.0.0.1:3000` and **NOT** `localhost:3000`. This is because the CORS policy is configured to only allow requests from the exact domain `127.0.0.1:3000`.
## Database

### DynamoDB
Expand Down

0 comments on commit 9802bcf

Please sign in to comment.