Replies: 1 comment 2 replies
-
Are you saying this is the :latest docker image? Perhaps something about your config is messed up? I don’t really understand your answer indeed the “configuration” section above. But don’t think things are broken in general… |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Log file showing this error. Settings not loaded during startup
info: docker.yaml was copied to the config folder
info: services.yaml was copied to the config folder
nfo: bookmarks.yaml was copied to the config folder
info: widgets.yaml was copied to the config folder
info: custom.css was copied to the config folder
info: custom.js was copied to the config folder
info: kubernetes.yaml was copied to the config folder
error: undefined
error: TypeError: Cannot read properties of null (reading 'map')
at /app/.next/server/pages/index.js:3672:45
at Array.map ()
at bookmarksResponse (/app/.next/server/pages/index.js:3670:36)
at async getStaticProps (/app/.next/server/pages/index.js:3176:23)
at async Object.renderToHTML (/app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/render.js:386:20)
at async doRender (/app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/base-server.js:687:38)
at async cacheEntry.responseCache.get.isManualRevalidate.isManualRevalidate (/app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/base-server.js:796:28)
at async /app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.js:80:36
homepage version
v0.9.13
Installation method
Docker
Configuration
Container Logs
info: docker.yaml was copied to the config folder
info: services.yaml was copied to the config folder
nfo: bookmarks.yaml was copied to the config folder
info: widgets.yaml was copied to the config folder
info: custom.css was copied to the config folder
info: custom.js was copied to the config folder
info: kubernetes.yaml was copied to the config folder
error: undefined
error: TypeError: Cannot read properties of null (reading 'map')
at /app/.next/server/pages/index.js:3672:45
at Array.map ()
at bookmarksResponse (/app/.next/server/pages/index.js:3670:36)
at async getStaticProps (/app/.next/server/pages/index.js:3176:23)
at async Object.renderToHTML (/app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/render.js:386:20)
at async doRender (/app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/base-server.js:687:38)
at async cacheEntry.responseCache.get.isManualRevalidate.isManualRevalidate (/app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/base-server.js:796:28)
at async /app/node_modules/.pnpm/[email protected][email protected][email protected][email protected]/node_modules/next/dist/server/response-cache/index.js:80:36
Browser Logs
No response
Troubleshooting
tried removing docker image and reinstalling = same result
tried restarting Unraid server = same result
Beta Was this translation helpful? Give feedback.
All reactions