Hi Tim,
When I check the AspNet Zero source code, I couldn't find any reference to polyfill.io
You can take a look at this question https://stackoverflow.com/questions/78691261/security-alert-polyfill-io-issue-for-google-maps-platform-users-in-angular and search your project. If you can find a NPM package which references polyfill.io
, you can update it or try to remove it.
Hi @ips-ad
Sorry for our late reply. Could you explain the use case a bit more ? Is this flow triggered by a user on AspNet Zero app or does it happen via background jobs or something else ?
Hi @mmukkara
Did you have a chance to try this ?
Hi @hongbing.wang
We have tested this on the project you shared but couldn't reproduce the problem. Is there a live URL which we can access to test this problem ? You can send an email to [email protected] for details.
Hi,
I think you are missing AddRefreshTokenCookie
method explained here https://aspnetzero.com/blog/http-only-cookies-in-asp.net-zero-angular-ui. Since you are using HTTP-Only in your app, server must write the RefreshToken to cookies. This cookie will be sent to server in every request automatically.
You can follow the blog post I shared above, make necessary changes and see if it works.
Hi,
We have this issue https://github.com/aspnetzero/aspnet-zero-core/issues/4955. We are using NSWAG and they didn't provide a solution to this yet. However, I'm adding #4955 to the next milestone to see if we can do anything about it.
Hi @kalidarscope
Are there any useful info in the log file ?
Thanks @gjubber
We are planning to publish the blog post in a few days.
Hi,
After thinking on this, we don't suggest using for example Action("EstProductSections_Create", "EstProductSection")
without area attribute. We suggest using find/replace to add area to all these usages in cshtml files.
Changing the default behaviour might cause unexpected and hard to find problems.
Hi,
This is similar to redis usage but just replace a class. Could you share what you want to do as a custom configuration ? It should work with PerRequestRedisCache as well.