Add CORS instructions (#2101)

Added CORS troubleshooting instruction for local development
This commit is contained in:
Timur Carpeev 2022-10-04 09:23:39 +02:00 committed by GitHub
parent ed59fe423f
commit ab6e13ecaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,7 @@ To start the development server run:
```
$ npm start
```
In case you see CORS errors make sure to check [CORS configuration](https://docs.saleor.io/docs/3.x/developer/running-saleor/configuration#allowed_client_hosts) of your Saleor instance or CORS settings in the Cloud Console.
### Production