hi
Do you have Blazor WASM mode?
Can you ensure your token is correct?
Can you test your token in a new Blazor Server Project? If it still shows this, can you share the new template project?
liming.ma@volosoft.com
Thanks.
https://blazorise.com/docs/usage/licensing/register-product-token
hi
Can you try to add /
to the end of your URL?
Thanks.
hi
The error:
Client validation failed because 'https://purple-bush-0d7f1c60f.2.azurestaticapps.net/' was not a valid redirect_uri for CodeAdvisor_App.
The authorization request was rejected because the redirect_uri was invalid: 'https://purple-bush-0d7f1c60f.2.azurestaticapps.net/'.
Can you add https://purple-bush-0d7f1c60f.2.azurestaticapps.net/
as redirect_uri
of your CodeAdvisor_App
Thanks.
Great
hi
Can you share your microservice project
code?
You can upload it to a GitHub private repository and invite me.
I will check and push new code.
https://github.com/maliming
Thanks
hi
The Impersonation
feature is only available in Blazor Server mode. Blazor WASM
does not support it.
https://abp.io/docs/latest/modules/account/impersonation#blazor-wasm
The Blazor WebApp will switch to WASM from servce mode. Then Impersonation
displeased.
We will try to make it also work in Blazor WebApp mode.
see https://github.com/abpframework/abp/issues/23729
Thanks.
hi
this problem just appeare in production not in dev
The problem is about JsonSerializerOptions
, The JsonSerializerOptions
value is different between dev and production.
Can you global search the JsonSerializerOptions
keyword in your solution?
Thanks.