You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating new site, if I only fill the Title and then click Save button, it will show 400 Bad Request in Developer tool.
When checking the Network from Developer tool, it shows: {errors: {,…}, type: "https://tools.ietf.org/html/rfc7231#section-6.5.1",…} errors: {,…} **languageId: ["Error converting value {null} to type 'System.Guid'. Path 'languageId', line 1, position 76."]** 0: "Error converting value {null} to type 'System.Guid'. Path 'languageId', line 1, position 76." status: 400 title: "One or more validation errors occurred." traceId: "|a48ec097-4a128de4aba7e734." type: "https://tools.ietf.org/html/rfc7231#section-6.5.1"
But when I went back to Add site, I found I cannot select Language because it is not loaded anything, even I tried add a language.
If I Edit an existing Site, the Language can load successful. This issue only occurs when creating new site.
Reproduce steps:
Login to the app.
Click Add Site button.
Fill "Test" for Title.
Select Language, but nothing can be selected.
The text was updated successfully, but these errors were encountered:
When creating new site, if I only fill the Title and then click Save button, it will show 400 Bad Request in Developer tool.
When checking the Network from Developer tool, it shows:
{errors: {,…}, type: "https://tools.ietf.org/html/rfc7231#section-6.5.1",…} errors: {,…} **languageId: ["Error converting value {null} to type 'System.Guid'. Path 'languageId', line 1, position 76."]** 0: "Error converting value {null} to type 'System.Guid'. Path 'languageId', line 1, position 76." status: 400 title: "One or more validation errors occurred." traceId: "|a48ec097-4a128de4aba7e734." type: "https://tools.ietf.org/html/rfc7231#section-6.5.1"
But when I went back to Add site, I found I cannot select Language because it is not loaded anything, even I tried add a language.
If I Edit an existing Site, the Language can load successful. This issue only occurs when creating new site.
Reproduce steps:
The text was updated successfully, but these errors were encountered: