Marzieh
Results
1
comments of
Marzieh
First i changed my package.json in my react project. I deleted the `"proxy": "https://localhost:5000/"` and instead of that added this ``` "options": { "allowedHosts": ["localhost", ".localhost"], "proxy": "https://localhost:5000/" } ```...