Are there any update or solution for my issue?
Hi, The last record is the application I created from scratch and used ABP Suite to add one more customer screen. I didn't add any custom code. Thanks Dharma
I have sent the email to you. Thanks
Thanks for your information. How can we resolve for this problem? Can we don't show the menu at the beginning and implement a loading or progress bar to let user know to wait until the WebAssembly loaded completely then will load the menu?
Hi, I have changed as you advised and can fix the problem of loading menu but when open forms of the integrated modules it shown rendering error. Thanks, Dharma
Yes, I think Lazy Loading can help me in this case and I think it is helpful to other people too. I tried to apply on ABP Blazor Web App still cannot work. I'm confuse of applying this on Blazor or Blazor Client project. Is there any sample of applying lazy loading on ABP framework? Thanks Dharma
Thanks for your provided information. Another alternative option I think can support for this problem by adding a loading bar during waiting for all blazor web assemblies loaded completely. Can we add a loading like that? Thanks
Hi, Because I deployed through docker container so in docker I just exposed http 8080, but in nginx proxy i already configure for https and forward it to docker container. If I expose both http and https on docker container when application will throw error of ssl. Thanks, Dharma
Hi, I have tried to added following code as you recommended but still the same error. If I deploy directly on nginx service it doesn't has this error. Configure<AbpAntiForgeryOptions>(options => { options.TokenCookie.SecurePolicy = CookieSecurePolicy.None; });
thanks, Dharma