#nextjs app router - client side error

1 messages · Page 1 of 1 (latest)

smoky basin
#

client side error when using ipad version 13.3.1 on safari

[Error] SyntaxError: Unexpected token '?'
(anonymous function) (922-02146151126f21bd.js:1)
[Error] SyntaxError: Unexpected token '.'
(anonymous function) (91-09767cc68c033978.js:1)
[Error] SyntaxError: Unexpected token '.'
(anonymous function) (128-713ae32cc989b6b0.js:1)
[Error] SyntaxError: Unexpected token '.'
(anonymous function) (454-34c566f026eafd8e.js:1)
[Error] SyntaxError: Unexpected token '.'
(anonymous function) (430-ad49c4975d742e05.js:1)
[Error] SyntaxError: Unexpected token '.'
(anonymous function) (956-aaa78c31f73373d0.js:1)
[Error] SyntaxError: Unexpected token '.'
(anonymous function) (910-9ef931eda66cb94e.js:1)
[Error] ChunkLoadError: Loading chunk 922 failed.
(missing: /next/static/chunks/922-02146151126f21bd.js)
(anonymous function) (615-ca346dd8f2aaa82b.js:1:3954)
l
(e6d15c94-c029ca93bced42d2.js:1:56408)
(anonymous function) (e6d15c94-c029ca93bced42d2.js:1:56761)
c029ca93bced42d2.js:1:92155)
oZ
T (615-ca346dd8f2aaa82b.js:1:83884)
[Error] Error: Minified React error #423; visit https://react.dev/errors/423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. — e6d15c94-c029ca93bced42d2.js:1:118355
(anonymous function) (615-ca346dd8f2aaa82b.js:1:3954)
(anonymous function) (615-ca346dd8f2aaa82b.js:1:81523)
o (615-ca346dd8f2aaa82b.js:1:81559)
(anonymous function) (e6d15c94-c029ca93bced42d2.js:1:108147)
is (e6d15c94-c029ca93bced42d2.js:1:108306)
o1 (e6d15c94-c029ca93bced42d2.js:1:93000)
oZ (e6d15c94-c029ca93bced42d2.js:1:92155)
oZ
T (615-ca346dd8f2aaa82b.js:1:83884)

The library for web and native user interfaces

night wolfBOT
#

Hi @smoky basin. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Based on the knowledge sources provided, there isn't a direct solution to the specific issue you're encountering. However, there are some related issues and suggestions that might help you troubleshoot:

  1. There was a similar issue reported on Github where Next.js in development mode was throwing a client-side exception on Safari 16.3 in version 14.2.11. The issue seemed to affect only version 14.2.11 both for App Router and Pages Directory, and it did not occur outside of next dev. If you're using a similar version, you might want to consider downgrading or upgrading your Next.js version to see if the issue persists (source (https://github.com/vercel/next.js/issues/70079)).

  2. Another Github issue reported a ChunkLoadError when loading a chunk of the app layout. Although the issue is not exactly the same as yours, it might be related to the chunk loading process in Next.js. You might want to check if there are any issues with your chunk configuration or if there are any network issues that might prevent the chunks from being loaded properly (source (https://github.com/vercel/next.js/issues/66526)).

  3. The Next.js documentation recommends using v13.4.20+ of Next.js to properly handle and apply nonces. If your issue is related to content security policies, you might want to check if you're using a recommended version of Next.js (source (https://nextjs.org/docs/app/building-your-application/configuring/content-security-policy#version-history)).

#

Remember to always check the console for any errors that might give you more information about the issue. If the problem persists, consider opening a new issue on the Next.js Github page with a detailed description of your problem and the steps to reproduce it.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: