I fixed above issue by following below link.
https://github.com/domaindrivendev/Swashbuckle.AspNetCore#systemtextjson-stj-vs-newtonsoft
Has anyone resolved this issue without "clean, rebuild" until it works?
I cannot make this work.
Everything is properly generated but TokenAuthController.
Thanks for your answer and the link. ;)
No, not yet.
Yes, we did try that. We upgraded core-js to v3.3.3 but Safari then threw more unhandled exceptions in another anonymous polyfill.
I created the same issue before and the issue seems to be from Chrome.
I think this issue is from Chrome
https://support.google.com/chrome/thread/11813653?hl=en
I downgrade chrome, it works as expected. so I will close this.
Thanks.
Hi @ismcagdas,
I sent the fresh project file to [email protected] yesterday. Titled : "Login page not opened on Chrome"
Thanks.
Search for "FileDownloadService" in angular project and "FileController" in .Net Core project
Due to the dependencies, I referred below link to fix IE issue.
<a class="postlink" href="https://github.com/aspnetboilerplate/abp-ng2-module/commit/e747dba5ea4d0e0f84bc66ea35a403d47c6c15cd">https://github.com/aspnetboilerplate/ab ... d47c6c15cd</a>
Thanks.