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
When opening a local run in the Safari browser the "Welcome to the Agent Inbox!" message does not appear. Most of the UI elements do render, but the user is not able to interact with them. After a few minutes, next.js gives this error:
Unhandled Runtime Error
Posting this in case it helps others:
When opening a local run in the Safari browser the "Welcome to the Agent Inbox!" message does not appear. Most of the UI elements do render, but the user is not able to interact with them. After a few minutes, next.js gives this error:
Unhandled Runtime Error
ChunkLoadError: Loading chunk app/layout failed.
(timeout: http://localhost:3000/_next/static/chunks/app/layout.js)
Suspect these two messages from the console log are related:
GET /apple-touch-icon-precomposed.png 404 in 1105ms
GET /apple-touch-icon.png 404 in 12ms
Please note, switching the browser to a recent Chrome install in the same environment works perfectly.
The text was updated successfully, but these errors were encountered: