Skip to content

Commit

Permalink
We r bad spelrz
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Nov 18, 2024
1 parent 4031b4d commit ad51a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/effective-volto/architecture/CORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ However, the recommendation is that you forget that CORS exists and "play well"
These scenarios are:

- Our frontend and backend are in the same domain (thus, avoiding the cross-domain issue), or
- Using the internal proxy provided by Volto's NodeJS SSR server
- Using the internal proxy provided by Volto's Node.js SSR server

During development, the last one is the one you are going to use.
The default backend will live in `http://localhost:8080/Plone` and the frontend in `http://localhost:3000`. If your Plone site is not named `Plone` (so its url is something like `http://localhost:8080/mysite`, you can still use Seamless mode by creating a file called `.env.development` in the Volto project root with something like this:
Expand Down

0 comments on commit ad51a2d

Please sign in to comment.