-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Next app open blank screen on DingTalk app #48178
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
I had this problem too. I think it's because DingTalk app has a chrome 69. |
I had the same problem. It is found that response does not have body attribute in the DingTalk app |
workaround: just disabled link prefetch |
I had the same problem |
1 similar comment
This comment has been minimized.
This comment has been minimized.
for god sake , is there any one of next can response to this issue, |
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you. |
This issue has been automatically closed due to two years of inactivity. If you’re still experiencing a similar problem or have additional details to share, please open a new issue following our current issue template. Your updated report helps us investigate and address concerns more efficiently. Thank you for your understanding! |
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
CLI (create-next-app)
Link to the code that reproduces this issue
https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template-app-dir?file=README.md&selection=%5B%7B%22endColumn%22%3A20%2C%22endLineNumber%22%3A9%2C%22startColumn%22%3A14%2C%22startLineNumber%22%3A9%7D%5D
To Reproduce
use DingTalk app to open a next blank project which created by create-next-app, page show nothing on Android, and show error "TypeError: undefined is not an object(evaluating 'stream.getReader')" when navigate to other page on IOS
Describe the Bug
use DingTalk app to open a next blank project which created by create-next-app, page show nothing on Android, and show error "TypeError: undefined is not an object(evaluating 'stream.getReader')" when navigate to other page on IOS
Expected Behavior
next-app can open and use fine on DingTalk
Which browser are you using? (if relevant)
DingTalk app with latest version
How are you deploying your application? (if relevant)
next dev
The text was updated successfully, but these errors were encountered: