I recently changed from the mongoDb cloud to local mogodb, and now when I log into my base ecommerce app, i keep getting on my front end --
'Your database is currently empty. To seed your database with a few products and pages, log in to the admin dashboard and click "seed your database"' and in my console
'18:07:28] INFO (payload): Seeding database...
[18:07:28] INFO (payload): — Clearing media...
[18:07:28] INFO (payload): — Clearing collections and globals...
[18:07:28] ERROR (payload): The following field is invalid: copyright
[18:09:24] INFO (payload): Seeding database...
[18:09:24] INFO (payload): — Clearing media...
[18:09:24] INFO (payload): — Clearing collections and globals...
[18:09:24] ERROR (payload): The following field is invalid: copyright
Error: Something went wrong.
at eval (webpack-internal:///(rsc)/./src/app/_api/fetchGlobals.ts:66:32)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fetchFooter (webpack-internal:///(rsc)/./src/app/_api/fetchGlobals.ts:54:20)
at async Footer (webpack-internal:///(rsc)/./src/app/_components/Footer/index.tsx:18:18)
[18:09:25] ERROR (payload): Error: Cannot return null for non-nullable field Footer.copyright.
at completeValue (/Users/desmondanianu/e-commerce/node_modules/graphql/execution/execute.js:605:13)
at executeField (/Users/desmondanianu/e-commerce/node_modules/graphql/execution/execute.js:500:19)
at executeFields (/Users/desmondanianu/e-commerce/node_modules/graphql/execution/execute.js:414:22)
at completeObjectValue (/Users/desmondanianu/e-commerce/node_modules/graphql/execution/execute.js:925:10)
at completeValue (/Users/desmondanianu/e-commerce/node_modules/graphql/execution/execute.js:646:12)
at /Users/desmondanianu/
at async handler (/Users/desmondanianu/e-commerce/node_modules/graphql-http/lib/handler.js:212:22)
at async requestListener (/Users/desmondanianu/e-commerce/node_modules/graphql-http/lib/use/express.js:27:34'