-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Blocked cross-origin request #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Cross origin request detected from 192.168.1.100 to /_next/* resource. In a future major version of Next.js, you will need to explicitly configure "allowedDevOrigins" in next.config to allow this. |
My code is as follows, but it still doesn't work. // For production mode
|
add to this place, no warnning now:
|
GET /chat 200 in 7371ms
⚠ Blocked cross-origin request from 192.168.31.9to /_next/* resource. To allow this, configure "allowedDevOrigins" in next.config
The text was updated successfully, but these errors were encountered: