-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
1.9.0-preview-18132 Exception with backend and with frontend #15565
Comments
When trying to open the homepage frontend url, i get
This also worked fine in Version 1.8.2. |
It sounds like a System.Text.Json issue. Did you follow the instructions in 1.9 breaking changes to ensure your project is correctly converted? |
Again :) I thought it was related to Navbar shape |
@bashuss can you please try adding this into your project and see if this works for you?
|
@bashuss this indeed solve the problem. Update your packages to the latest to and you don't need to add the above 3 lines into your project. After adding that, if you still face the problem you can solve it by editing the database record manually. This means you create a sitemap index in 1.9.0 preview. To fix it do one of the following
In that JSON document find something like this
and change it to this instead
|
@MikeAlhayek can we leave this open until we get author feedback? |
The issue was auto closed after merging the PR that fixed it. If there is an issue, feel free to re-open it. The PR fixes the reported issue. |
@MikeAlhayek : Sorry, was very busy lately. I corrected the breaking changes in my code and the /admin starts fine. The frontend problem is unfortunately still the same (#15565 (comment)). The causing problem seems to be, that these names are now case sensitive and they seem to have not been case sensitive before. The actual template is called "Menu2", but it was created in liquid with a lower case name "menu2", which seemed to have worked in 1.7.2 and 1.8.3 |
Describe the bug
For testing the latest Navbar changes I tried build against the preview source 1.9.0-preview-18132.
with "/admin" url, I get:
Expected behavior
Backend should have shown, or the login page
worked with Version 1.8.2
The text was updated successfully, but these errors were encountered: