Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "maliming"

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

  • What is your product version?
  • What is .net core version? (2.x or 3.x)
  • What is ABP Framework version?

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

  • What is your product version?
  • What is product framework type (.net framework or .net core)?
  • What is ABP Framework version?

Can you debug to see the ClientVisibilityProvider of the StripePrivateKey setting definition.

Answer

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.

Answer

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?

Showing 171 to 180 of 2998 entries