AbpMicroservice
AbpMicroservice copied to clipboard
Used the new tenant login problem?
After adding a new tenant, I logged out and then used the new tenant login to jump back to Blazor localhost: 5000, but there was an error and the login was not successful!
Error message: There was an error trying to log you in: 'There was an error signing in.'
Please help me take a look,thanks! Has anyone tried? Do you have the same problem?
I created a new project using the following command.
dotnet new abp-ms -n MyProjectName
The response was successfully returned as a challenge response: {
"error": "invalid_token",
"error_description": "The specified access token is bound to an account that no longer exists.",
"error_uri": "https://documentation.openiddict.com/errors/ID2025"
}.
The response was successfully returned as a challenge response: { "error": "invalid_token", "error_description": "The specified access token is bound to an account that no longer exists.", "error_uri": "https://documentation.openiddict.com/errors/ID2025" }.
are you find any solution ?
The response was successfully returned as a challenge response: { "error": "invalid_token", "error_description": "The specified access token is bound to an account that no longer exists.", "error_uri": "https://documentation.openiddict.com/errors/ID2025" }.are you find any solution ?
I used vue3 as front end, And add "__tenant" to headers then just ok But i dont it kown is a good way?