-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation for guest is not working #215
Comments
Actually the problem is a UI problem. If you just call http://localhost:3001 you are redirected to the login page. That should not happen. Instead, the "default" start page (that is: the learning unit with the ID 1 as set by the seeders) should be shown. Since this is not the case, I can not test it the content that is set to be shown to guests is actually shown to guests. Well - that's not part of the current work packages. Have to keep this for later. |
Showing Title of Learning unit (or anything else) for guest user is not working. Steps to reproduce:
Know there is a knowledge unit that should be shown in guest mode. But if you log out the navigation menu is empty. Neither the title of the learning unit nor the metadata for knowledge type or media type are shown. Might have to do with languages - if user is not logged in there is no language set.
The text was updated successfully, but these errors were encountered: