side bar error on mobile
Hi
On mobile devices the side bar is hidden and you press the arrow on either left or right to reveal the side bar however today I just updated to latest version of homarr and now recieving and application error
It says to see browser console for more but as far as I am aware this is not possible on iOS so I can’t provide much more info at this current stage
Any help to this issue would be greatly appreciated!
5 Replies
Hi, thank you for the report. Can you quickly check the Homarr log for any errors? That might give us a few clues, what it could be
This is definitely on us though. Can you post an issue on GitHub and we'll take care of it.
If possible, can you also confirm that this happens with the default config?
@vfxpieces157
Apologies for late response! I can’t find the homarr log I don’t know where this is found
I can confirm happens with default config aswell I’ll make a GitHub issue now
Log:
ℹ Migrator converted a configuration with the old schema to the new schema
Error: Additional keys were returned from
getServerSideProps
. Properties intended for your component must be nested under the props
key, e.g.:
return { props: { title: 'My Title', content: '...' } }
Keys that need to be moved: processed.
Read more: https://nextjs.org/docs/messages/invalid-getserversideprops-value
at renderToHTMLImpl (/app/node_modules/next/dist/server/render.js:614:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1055:26)
at async cacheEntry.responseCache.get.incrementalCache.incrementalCache (/app/node_modules/next/dist/server/base-server.js:1215:28)
at async /app/node_modules/next/dist/server/response-cache/index.js:99:36
ℹ Requested frontend content of configuration 'default'
ℹ Saving updated configuration of 'default' config.
ℹ Saving updated configuration of 'default' config.
ℹ Requested frontend content of configuration 'Sanders'
ℹ Requested frontend content of configuration 'default'
ℹ Requested frontend content of configuration 'default'
ℹ Requested frontend content of configuration 'default'
ℹ Saving updated configuration of 'default' config.
ℹ Saving updated configuration of 'default' config.
ℹ Requested frontend content of configuration 'default'
ℹ Requested frontend content of configuration 'Sanders'
ℹ Requested frontend content of configuration 'default'
ℹ Requested frontend content of configuration 'default'And GitHub issue created:
https://github.com/ajnart/homarr/issues/1219
GitHub
Side Bar Error on mobile iOS · Issue #1219 · ajnart/homarr
Environment Docker Version 0.13.0 Describe the problem On mobile, the side view panel is hidden due to small screen and upon pressing the arrow button to reveal side panel a client side error is re...