Hi benjamin,
Is it possible for you to share your project with us via email (info@aspnetzero.com) ? We can check these problems for you.
Hi @eftimevalerian
Could you open browser console and share a screenshot with info@aspnetzero.com about this problem ?
Thanks,
Hi @kansoftware
I think you can use auth0
as an external auth source via OpenIdConnect. But, when a user logins via Auth0, AspNet Zero itself creates an accessToken and uses it.
If you want to use auth0 access token, you probably need to write a custom middleware to validate this token from Auth0.
Hi @ricardo
Sorry for our late reply. Does this happen when you browse the website in incognito mode ? If you are running the app with multiple instances, please read https://docs.aspnetzero.com/aspnet-core-mvc/latest/Clustered-Environment
Hi,
Sorry for our late reply. If a record has TenantId=NULL (which means HOST), a tenant can't access this record by default. If you want to show such kind of records, you can disable MultiTenancyFilter, see https://aspnetboilerplate.com/Pages/Documents/Data-Filters#disable-filters.
Then, you can add a filter manually like x.TenantId = {TenantId} || x.TenantId == null
Hi,
In order to use ABP's functionality in a different application, you need to create a module and configure Program.cs as shown here https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/AbpEfConsoleApp/AbpEfConsoleApp
Hi,
Could you wrap your code using https://aspnetboilerplate.com/Pages/Documents/Abp-Session#user-identifier and see if it works ?
Hi,
Did you also upgrade DevExpress version ? Maybe this could be related, could you check that https://supportcenter.devexpress.com/ticket/details/t1270730/change-data-source-of-report-with-code-windows-form-c ?
If it doesn't help, please let me know.
Hi @kansoftware
This seems like an environmental or configuration issue. Could you check if this helps you https://stackoverflow.com/questions/57676716/using-mailkit-the-smtp-server-has-unexpectedly-disconnected ?
If this doesn't help, could you share your SMTP provider ?
Hi @slamj1
Sorry for my late response, could you create an issue on https://github.com/aspnetzero/aspnet-zero-core/issues ? We will try to reproduce the problem and find a solution.