hi
Can you share the http request JSON?
hi
I will continue to test the project you sent me earlier
I suggest you create a new project, and then compare the code.
Remember to run abp bundle
command in blazor wasm to update js and css
hi
to do this is there any alternatives rather than doing manually?
No.
hi
Please try to add new migrations.
MissingMethodException: Method not found: 'Volo.Abp.Localization.LocalizationResource Volo.Abp.Localization.LocalizationResourceExtensions.AddVirtualJson(Volo.Abp.Localization.LocalizationResource, System.String)'.
You should also upgrade the Lepton packages.
hi
https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-7_0 https://docs.abp.io/en/commercial/latest/migration-guides/v7_0
and how about Identity Server?
You can use Identity Server or migrator to OpenIddict.
https://docs.abp.io/en/abp/latest/Modules/OpenIddict https://docs.abp.io/en/abp/latest/Migration-Guides/OpenIddict-Step-by-Step https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step https://docs.abp.io/en/commercial/latest/modules/openiddict
hi
Please check the Network
panel of your browser. Is there any failed request?
hi
https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-7_0 https://docs.abp.io/en/commercial/latest/migration-guides/v7_0
hi
the ABP framework pulls in an access token from Azure AD and then exchanges it for an application token which is returned to Angular and stored. Is there a way for us to not exchange the application token and keep the access token from Azure AD to call others apis with the Azure AD access token?
You can't do this, it's a designed process.
You can create a new API that returns Azure AD tokens.
//get origin azure ad tokens
httpContext.GetTokenAsync("access_token");
httpContext.GetTokenAsync("id_token");
hi
The abp update
command will only help you upgrade the version of the package, I suggest you manually update the package and other breaking changes.