From ab6e13ecaabb3060111f664ec85b3d4e26d1f9f4 Mon Sep 17 00:00:00 2001 From: Timur Carpeev Date: Tue, 4 Oct 2022 09:23:39 +0200 Subject: [PATCH] Add CORS instructions (#2101) Added CORS troubleshooting instruction for local development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fab1862d7..b3cc0b3ed 100644 --- a/README.md +++ b/README.md @@ -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