Add CORS instructions (#2101)
Added CORS troubleshooting instruction for local development
This commit is contained in:
parent
ed59fe423f
commit
ab6e13ecaa
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ To start the development server run:
|
||||||
```
|
```
|
||||||
$ npm start
|
$ 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
|
### Production
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue