Hi
If your website uses an SSL certificate(https), you don't need to worry about that.
https://support.google.com/webmasters/answer/6073543?hl=en https://www.cloudflare.com/learning/ssl/what-is-https/
Hi
The gulpfile.js
is no problem. Have you tried the zero demo project?
Hi
what's TenantId
of _abpSession
in the Execute
method?
We don't filters the TenantId
in the repository query, framework will automatically filter by current context TenantId
.
var _all = _binaryObjectRepository.GetAllList();
var alllist = _binaryObjectRepository.GetAllList(bo => bo.TenantId == 1);
hi
we moved to latest SDK available for this.
Will the problem be solved if you roll back the sdk?
hi
Why the ServerRootAddress
and remoteServiceBaseUrl
don't have the {TENANCY_NAME}
?
The API application will also get tenant by the subdomain.
hi
Can you debug to see the ClientVisibilityProvider
of the StripePrivateKey
setting definition.
hi
https://aspnetzero.com/LicenseManagement
You can invite anyone to become a member of the ASP.NET Zero organization using their GitHub username. And they can access the ASP.NET Zero private GitHub repositories. the user will receive an invitation email. If there is problem receiving the invitation email, alternatively user can visit github.com/orgs/aspnetzero page and accept the invitation.
hi @kansoftware
I think I can confirm that the problem is caused by the server or database.
Can you share information about your server and database? Such as CPU core, memory, network, etc.
At the same time, when the website slows down, you can check the server's CPU and memory resource usage.
Hi lweng567
The boilerplate doesn't implement by default. we already implement refresh token in angular of zero( v8.1.0+).
hi
Using plain text password is not a good practice.
I am trying to create a lock screen
Can you explain your use case in detail?