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
develop branch works fine locally. on deployment, it was working fine for a couple of commits after next-intl was installed, then it becomes a blank screen w/ message "Application error: a client-side exception has occurred while loading xxx.vercel.app (see the browser console for more information)."
error persists after nuking my db, so i dont think is a db issue. if i create a new branch, git reset to the commit before next-intl was setup, re-deploy, then it works
browser console:
[Error: Objects are not valid as a React child (found: object with keys {en, es}). If you meant to render a collection of children, use an array instead.]
what's strange: es isn't even listed on my next-intl / payload-i18n configs
it should work locally, then deploy it to vercel the build will succeed but it will result in client error
try reverting to several commits earlier git reset --hard 0e6fa32 when next-intl was first set up, (which i know for sure it worked before), re-deploy => also same error
Which area(s) are affected? (Select all that apply)
Uh oh!
There was an error while loading. Please reload this page.
Describe the Bug
develop
branch works fine locally. on deployment, it was working fine for a couple of commits afternext-intl
was installed, then it becomes a blank screen w/ message "Application error: a client-side exception has occurred while loading xxx.vercel.app (see the browser console for more information)."error persists after nuking my db, so i dont think is a db issue. if i create a new branch, git reset to the commit before
next-intl
was setup, re-deploy, then it worksbrowser console:
[Error: Objects are not valid as a React child (found: object with keys {en, es}). If you meant to render a collection of children, use an array instead.]
what's strange:
es
isn't even listed on my next-intl / payload-i18n configsLink to the code that reproduces this issue
https://github.com/chaotic-justice/osmanthus-kagi
Reproduction Steps
git reset --hard 0e6fa32
when next-intl was first set up, (which i know for sure it worked before), re-deploy => also same errorWhich area(s) are affected? (Select all that apply)
Not sure
Environment Info
The text was updated successfully, but these errors were encountered: