Backup debugging page
Issues
Fatal errorStore endpoint was not provided
The store endpoint was not provided to Notea.
Cause
Error: [Notea] STORE_END_POINT is undefined
at Object.getEnvRaw (/var/task/.next/server/chunks/300.js:1181:19)
at tryElseAddError.name (/var/task/.next/server/chunks/300.js:233:92)
at tryElseAddError (/var/task/.next/server/chunks/300.js:43:13)
at loadConfigAndListErrors (/var/task/.next/server/chunks/300.js:232:9)
at findIssues (/var/task/.next/server/chunks/300.js:411:106)
at collectDebugInformation (/var/task/.next/server/chunks/300.js:426:20)
at Array.applyMisconfiguration (/var/task/.next/server/chunks/510.js:330:111)
at loop (file:///var/task/node_modules/next-connect/dist/index.js:69:47)
at next (file:///var/task/node_modules/next-connect/dist/index.js:74:13)
at Array.useStore (/var/task/.next/server/chunks/300.js:688:12)Potential fixes
RecommendedSet the STORE_END_POINT environment variable
No steps were provided by Notea to perform this fix.
RecommendedSet store.endpoint in the configuration file
No steps were provided by Notea to perform this fix.