hi
Can you share the URL and username and password so I can reproduce the problem online?
liming.ma@volosoft.com
hi
then i compared both the versions and Applied necessary changes manually
If you run new version and it works, please compare the code again, including letponx module dependencies, packages.json
And check the application log and browser console for any error logs.
Thanks
hi
Try to copy StringEncryption from Blazor Server to MyProject.Web.Public
"StringEncryption": {
"DefaultPassPhrase": "gsKnGZ041HLL4IM8"
}
import { Environment } from '@abp/ng.core';
const baseUrl = 'http://localhost:4200';
const oAuthConfig = {
issuer: 'https://localhost:44315/',
redirectUri: baseUrl,
clientId: 'AookStore_App',
responseType: 'code',
scope: 'offline_access AookStore',
requireHttps: true,
};
export const environment = {
production: false,
application: {
baseUrl,
name: 'AookStore',
},
oAuthConfig,
apis: {
default: {
url: 'https://localhost:44315',
rootNamespace: 'AookStore',
},
AbpAccountPublic: {
url: oAuthConfig.issuer,
rootNamespace: 'AbpAccountPublic',
},
},
} as Environment;
We're still working on it.
connect/token response content:
This is normal. angular will handle it. I'm confirming the JSON issue.
hi
There are detailed steps.
https://docs.abp.io/en/commercial/6.0/migration-guides/openIddict-step-by-step