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?
No description
No description
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)...
Jump to solution
22 Replies
TheZombieKing1
TheZombieKing17mo ago
Also if I need to rephrase my question please let me know
BlackSpirit
BlackSpirit7mo ago
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
TheZombieKing1
TheZombieKing17mo ago
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?
BlackSpirit
BlackSpirit7mo ago
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
TheZombieKing1
TheZombieKing17mo ago
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
TheZombieKing1
TheZombieKing17mo ago
No description
TheZombieKing1
TheZombieKing17mo ago
error in the logs
No description
BlackSpirit
BlackSpirit7mo ago
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
TheZombieKing1
TheZombieKing17mo ago
this is the only logs i have access to from a distant, will check the full log file later
TheZombieKing1
TheZombieKing17mo ago
No description
TheZombieKing1
TheZombieKing17mo ago
maybe this should be local host?
No description
TheZombieKing1
TheZombieKing17mo ago
@BlackSpirit what path in linux leads to the logs?
BlackSpirit
BlackSpirit7mo ago
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
TheZombieKing1
TheZombieKing17mo ago
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
explosive parrot
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.
TheZombieKing1
TheZombieKing17mo ago
Gave the same authentication error
explosive parrot
At least that nails it down to an authentication issue, not a single user issue.
TheZombieKing1
TheZombieKing17mo ago
Yeah, probably not much I can do than fully reinstall right?
explosive parrot
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.
TheZombieKing1
TheZombieKing17mo ago
The authentication data base is located is the new data "volume" right?
Solution
explosive parrot
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)
TheZombieKing1
TheZombieKing17mo ago
Okay, I will try that. Thank you