fix: CORS is not working when using the Dockerfile
Closed this issue · 0 comments
PedroChaparro commented
How to reproduce?
Run the following command from the react
repository.
docker-compose up
Now, try, to send any request from the react
client. All the request should be rejected by CORS.
Possible solution
Enable all host by default in the CORS configuration.