Url does not go to default dashboard
https://home.monkeclub.nl/ should automatically redirect to default dashboard called "default23" that also has the link https://home.monkeclub.nl/b/default.
It doesn't do this. It redirects to https://home.monkeclub.nl/board which uses another dashboard called "default"
By making "Default23" the default dashboard it should now use up https://home.monkeclub.nl/board or https://home.monkeclub.nl/b
but it doesn't.
Does anyone have a Idea? Or do i need to change this is the conf files?
Does anyone have a Idea? Or do i need to change this is the conf files?
Solution:Jump to solution
Correct, make sure the container is closed.
Delete the db.sqlite in the data volume.
Restart homarr, which should recreate the database.
I recommend backing up your boards before hand (in the config volume)...
22 Replies
Also if I need to rephrase my question please let me know
Right now I believe you can set a default dashboard on a per (logged in) user basis. However, for not authenticated users, the current default is hardcoded to "default" and can not be changed as of now. I do however believe there are plans to change that in the future, but don't quote me on that
I'm logged with my account and it still goes to the "default"
Or is it that i need to relogin everytime I load in the page?
You should be able to tell if you are logged in or not by checking the top right and wether it displays your initial or a generic user icon
It does persist your login session though from what I can tell
but it could be your browser cleaning it up as well
thats probably why, when I reload the page the generic user icon first pops up. and sometimes later the initials
but when I press "login before that I get a error page
error in the logs
Usually this error is accompanied by other errors in the logs, I think anyways. So maybe see if you spot anything else? Other than that, I'm out my depth in terms of troubleshooting, so might need someone else to help you figure out why you have such an inconsistent session behaviour
this is the only logs i have access to from a distant, will check the full log file later
maybe this should be local host?
@BlackSpirit what path in linux leads to the logs?
I don't believe the logs are written to a file
maybe try restarting your homarr container entirely and see if any error pop up there
I've restarted it mupltiple times. even as far as repulling the images and reinstalling the docker container
Think it might be better for me to just back-up my dashboard, fully delete the files and start from the beginning
Logs are in docker. With docker compose you should run:
Docker compose logs homarr
Blackspirt is correct, unauthenticated users go to default, but if you are logged in you should go to the page you set as default.
You can also try creating a new user, and logging in as that user to test the authentication.
Gave the same authentication error
At least that nails it down to an authentication issue, not a single user issue.
Yeah, probably not much I can do than fully reinstall right?
Perhaps.
You can also try deleting your authentication database. You'll have to redo the onboarding, but it may be easier than a full reinstall.
The authentication data base is located is the new data "volume" right?
Solution
Correct, make sure the container is closed.
Delete the db.sqlite in the data volume.
Restart homarr, which should recreate the database.
I recommend backing up your boards before hand (in the config volume)
Okay, I will try that. Thank you