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
⨯ node_modules/deepmerge/dist/cjs.js (61:1) @ getKeys
⨯ unhandledRejection: TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at getKeys (webpack-internal:///(rsc)/./node_modules/deepmerge/dist/cjs.js:61:16)
at mergeObject (webpack-internal:///(rsc)/./node_modules/deepmerge/dist/cjs.js:86:2)
at deepmerge (webpack-internal:///(rsc)/./node_modules/deepmerge/dist/cjs.js:117:10)
at eval (webpack-internal:///(rsc)/./node_modules/@payload-enchants/docs-reorder/dist/index.js:40:20)
at eval (webpack-internal:///(rsc)/./node_modules/payload/dist/config/build.js:15:20)
at async buildConfig (webpack-internal:///(rsc)/./node_modules/payload/dist/config/build.js:13:36)
Reproduction:
Make sure there is no i18n section in your payload.config.ts.
Adding this back into payload.config.ts should make the error disappear:
i18n: {
translations: {},
},
The text was updated successfully, but these errors were encountered:
Error:
Reproduction:
Make sure there is no
i18n
section in yourpayload.config.ts
.Adding this back into
payload.config.ts
should make the error disappear:The text was updated successfully, but these errors were encountered: