diff --git a/frontend/README.md b/frontend/README.md index 52ddef78..e5d5820c 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -157,8 +157,6 @@ Clerk should be **off** unless you set a real `pk_test_...` or `pk_live_...` pub ### Dev server blocked by origin restrictions -`next.config.ts` sets: +`next.config.ts` sets `allowedDevOrigins` for dev proxy safety. -- `allowedDevOrigins: ["192.168.1.101"]` - -If you’re developing from a different hostname/IP, you may need to update `allowedDevOrigins` (or use `npm run dev` on localhost). \ No newline at end of file +If you see repeated proxy errors (often `ECONNRESET`), make sure your dev server hostname and browser URL match (e.g. `localhost` vs `127.0.0.1`), and that your origin is included in `allowedDevOrigins`. \ No newline at end of file