There are some issues with 5.0 but one breaks it completely, and it cannot be used at all.
- Creating an App Page does not work
Creating a Page in an App causes no errors but the Page does not appear. Creating another Page causes the “Object reference not set to an instance of an object” error to appear
Possibly connected to this log:
2024-08-22 15:32:59.620 +02:00 [INF] Request finished HTTP/1.1 GET http://localhost:5000/favicon - 302 0 null 8.1991ms
2024-08-22 15:32:59.643 +02:00 [INF] Request starting HTTP/1.1 POST http://localhost:5000/_blazor/negotiate?negotiateVersion=1 - null 0
2024-08-22 15:32:59.646 +02:00 [INF] CORS policy execution failed.
2024-08-22 15:32:59.646 +02:00 [INF] Request origin http://localhost:5000 does not have permission to access the resource.
2024-08-22 15:32:59.649 +02:00 [INF] Executing endpoint '/_blazor/negotiate'
2024-08-22 15:32:59.650 +02:00 [INF] Executed endpoint '/_blazor/negotiate'
2024-08-22 15:32:59.650 +02:00 [INF] Request finished HTTP/1.1 POST http://localhost:5000/_blazor/negotiate?negotiateVersion=1 - 200 null application/json 7.2544ms
2024-08-22 15:32:59.668 +02:00 [INF] Request starting HTTP/1.1 GET http://localhost:5000/_blazor?id=4jOXtjrMm9FcIBQrOEVqOA - null null
2024-08-22 15:32:59.671 +02:00 [INF] CORS policy execution failed.
2024-08-22 15:32:59.671 +02:00 [INF] Request origin http://localhost:5000 does not have permission to access the resource.
-
No Infos on Create App and Create App Page
URL Field does not say if a / is required or the App Name is required (e.g. /App/Page or just /Page) -
SystemLogs are set to Debug - 20k lines in 5 Minutes
Fixed in 5.01 nightly -
Git Settings Page minor Layout issues
Delete button is visible even nothing is set up. Documentation button higher than other buttons
-
Authentication Settings Page minor Layout issues
The “Documentation” button is always out of view and 2 scrollbars are created.
I tested 5.0 stable and 5.01, 5.1 nightly - same issues.