You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Hello!
I'm an instructor at Trilogy and we're nearing the end of the React curriculum. I saw you post this repo on Slack and thought I would use it in my class today. But, when I run it locally I'm getting a proxy error:
In the past I've fixed this by setting a target in the client package.json: "proxy": { "/api/*": { "target": "http://localhost:3001/", "changeOrigin": true } },