Blazor server results in this:
[2022-05-10T02:48:13.945Z] Information: Normalizing '_blazor' to 'https://localhost:44313/_blazor'. blazor.server.js?_v=637835526540000000:1 [2022-05-10T02:48:14.026Z] Information: WebSocket connected to wss://localhost:44313/_blazor?id=aPjN5Xo_PibYnFkOs7-Ukw. blazor.server.js?_v=637835526540000000:1 [2022-05-10T02:48:14.939Z] Error: System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.Navigation.MobileNavbar.BuildRenderTree(RenderTreeBuilder __builder) at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder) at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException) log @ blazor.server.js?_v=637835526540000000:1 blazor.server.js?_v=637835526540000000:1 [2022-05-10T02:48:14.940Z] Information: Connection disconnected. blazor.server.js?_v=637835526540000000:1 Uncaught (in promise) Error: Invocation canceled due to the underlying connection being closed. at kt._connectionClosed (blazor.server.js?_v=637835526540000000:1:72787) at bt.connection.onclose (blazor.server.js?_v=637835526540000000:1:64488) at bt._stopConnection (blazor.server.js?_v=637835526540000000:1:59982) at vt.transport.onclose (blazor.server.js?_v=637835526540000000:1:57720) at vt._close (blazor.server.js?_v=637835526540000000:1:49954) at vt.stop (blazor.server.js?_v=637835526540000000:1:49574) at bt._stopInternal (blazor.server.js?_v=637835526540000000:1:52869) at async bt.stop (blazor.server.js?_v=637835526540000000:1:52679) at async kt.stop (blazor.server.js?_v=637835526540000000:1:67060) DevTools failed to load source map: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/scripts/content_scroll_mid_detection.map: System error: net::ERR_BLOCKED_BY_CLIENT DevTools failed to load source map: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/scripts/iframe_form_check.map: System error: net::ERR_BLOCKED_BY_CLIENT
The Blazor Server documentation for 5.3 preview need to be reviewed and updated.
a. It is not clear where to apply the MVC installation is to occur. Is it just the Blazor Project only?
The typeof(LeptonThemeManagementWebModule) reference does not exist in the Blazor project.
b. There are references to LeptonLite and Wasm for the Blazor Server documentation.
Yes! another abp bundle has solved the problem.
Thank you.
Good day, I have been waiting patiently for the LeptonX release, but I am now frustrated with lack of progress for the Blazor UI (both wasm and server) I have a commercial project waiting for LeptonX because the customer does not like the current Lepton theme.
It is coming up 9 months since LeptonX was announced: https://blog.abp.io/abp/LeptonX-Theme-for-ABP-Framework-Alpha-Release
I have politely enquired on the status via this GitHub link: https://github.com/volosoft/lepton-theme/issues/5#issuecomment-1106045088 Dates keep passing with no information. I monitor this issue each day.
Today I saw 5.3.0-rc.1 has been released, so created a project via the website and still no reference to LeptonX / Lite
ABP Suite has no 5.3.0-rc.1 templates.
The instructions here are inconsistent between Lite and Commercial https://github.com/abpio/abp-commercial-docs/tree/docs/lpx/en/themes/lepton-x It does seem some of the Lite instructions missing from Commercial are required!?
I have tried many times using combinations of the commercial and lite instructions to get the project running. I did have success with an MVC solution but that is not the UI I use.
The closest to a running system I can get to is using a combination of the Lite and Commercial for Blazor Wasm. But get this error:
The page does render but badly formatted.
All that I require at this point is an accurate date when the beta version of LeptonX will be working in Blazor Wasm and/or Blazor Server.
Kind regards, Roger
The public DbSet is inserted into the wrong location in the xxxDbContext.cs file when generating with Abp Suite.
It is inserted inside public DbSet<IdentityUser> Users { It is easy to replicate this issue by creating a new project and create a simple entity.
Noted, thanks.