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:1205:19) at tryElseAddError.name (/var/task/.next/server/chunks/300.js:249:92) at tryElseAddError (/var/task/.next/server/chunks/300.js:48:13) at loadConfigAndListErrors (/var/task/.next/server/chunks/300.js:248:9) at findIssues (/var/task/.next/server/chunks/300.js:435:106) at collectDebugInformation (/var/task/.next/server/chunks/300.js:450: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:712:12)
Potential fixes
RecommendedSet the STORE_END_POINT environment variable
- If using Vercel or Netlify, go to the environment settings. If using an environment file, edit that file.
- Set a variable with STORE_END_POINT as key and your store's endpoint as the variable. Note that the endpoint must be resolvable by the server Notea runs on.
RecommendedSet store.endpoint in the configuration file
- Edit the configuration file. Note that this does not work for Vercel nor Netlify.
- In the store section, set endpoint to your store's endpoint.