Hi @alirizaadiyahsi,
I am on latest version of AspNetZero 5.0.6 .Net Core. For my solution, realtime notifications are not working. I have to manually refresh the page to see the new notifications. :?
Hi @ismcagdas,
I did a lot of things on App Service but deleting the web.config and uploading the same config file again did the trick for me. I'm so confused :shock:
The application works fine on local machine. I was using AspNetZero 5.0.4 on Azure. When I updated my app to 5.0.5, I started getting this error only on Azure App Service.
Thanks @ismcagdas :)
Hi @ismcagdas,
I have set all External login providers to "True" but I still can't see any icon on login page :?
Hi @ismcagdas,
I see. I have disabled multi-tenancy for my application. In this case, how can I use external providers?
Hi @ismcagdas,
I cleaned the solution and rebuilt again. Still no success.
Hi @BBakerMMC,
Yeah, we always have the freedom to remove all the unnecessary packages to improve the build time. I think I have to stick with the current setup until all the dependencies of my project are frozen. Once my project gets in beta, I'll strip down all unwanted packages :)
Thanks.
Hi @BBakerMMC,
That's the problem right there. It should not take 7-10 minutes to make a build!
AspNetZero 4.6 took only 4 minutes to install and build packages. Now it has significantly increased to ~11 minutes to do the same things. Also, I see that 1044 chunk files are produced in the build.
Hi @ismcagdas,
I see that running "ng build --prod" is taking a lot of time. For me, on Azure it takes ~6-10 minutes which is too damn high! Can you suggest some way to reduce this build time?