Replies: 1 comment
-
|
Oh disregard. I forgot to generate import mape. I fixed by doing the following: assuming you have this in package.json: Then do a fresh install of latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran into this error when upgrading my payload from
"^3.38.0to the latest version3.65.0. When upgrading and installing lexical i run into this error when trying to go to the admin panel.Packages when the app worked.
I then added
@payloadcms/richtext-lexical": "^3.38.0", changed one field from text torichText, recompiled types and ran the app. I noticed this error where my app would not run:So I then proceeded to update to latest on all the packages including richtext-lexical which resolved the
validateBlocksFilterOptionserror. My nextjs application runs but when visiting the payloadcms admin login panel I run into theconfirmSwitchTenanterror noted above.I reverted my changes- cleared lock, downgraded back to
3.38.0and ran the app. Website runs but I arrive at same error in payloadcms and I cannot login.Anyone have ideas?
Beta Was this translation helpful? Give feedback.
All reactions