Activities of "liangshiwei"

Hi,

The problem is that the access_token's lifetime is short. You can change the cache expiration time

When I look at the logs, it says that the token expired at 08:28:00. So how did the request sent at 8:32:00 return 200?

This is the JWT token clock skew https://stackoverflow.com/questions/47153080/clock-skew-and-tokens

Hi,

The problem is that the access_token's lifetime is short. You can change the cache expiration time

When I look at the logs, it says that the token expired at 08:28:00. So how did the request sent at 8:32:00 return 200?

This is the JWT token clock skew https://stackoverflow.com/questions/47153080/clock-skew-and-tokens

Hi,

okay, good to see that the problem was solved.

Answer

Hi,

You can try override the LogoutController

I am sending a request to the merchant/detail endpoint.

could you share your code?

The operation was canceled

seems like the client canceled the request. is there any other error message?

Hi,

you can create a new project with React Native and copy it to your existing project.

you need to :

  • change the HTTPs ports
  • add an openiddict client for React Native
Answer

Hi,

could you share your method code and the full error logs?

Hi,

you can try exec the dotnet dev-certs https --trust command

Hi,

Because they have foreign key relationships, they must be in the same database.

you can two ways:

  • Add IMultiTenant interface to other entities
  • Remove database foreign key constraint, check-in code
Showing 711 to 720 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 15, 2025, 14:41