Hello,
Please check similar issue https://abp.io/support/questions/5249/Error-while-deploying-to-Azure-App-Service if it helps you.
Thanks
Hello,
Please check similar issue https://abp.io/support/questions/1205/UserFriendlyException#answer-cee7ccee-3ade-8465-ed9b-39fc0543ac0b if it helps you.
Thanks
Hi,
Have you run abp bundle
command?
Hello,
Please check for packages suggested by liangshiwei -
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1" />
Hello,
Please use the latest IdentityModel
packages in the HttpApi.Host
project.
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1" />
Thanks,
Hello,
Please check https://abp.io/docs/latest/framework/ui/blazor/global-scripts-styles?_redirected=B8ABF606AA1BDF5C629883DF1061649A
Also check similar issue https://abp.io/support/questions/5193/How-to-add-custom-CSS-files-in-solution-and-render-them#answer-3a0ba224-c785-2cc4-36d6-a67cbb99be4e
Thanks,
Hi,
Have you followed migration guides while migrating to v8? Please check https://abp.io/docs/latest/release-info/migration-guides/index?_redirected=B8ABF606AA1BDF5C629883DF1061649A
or else Please check for packages whether installed or not and also check their versions whether updated or not -
Microsoft.IdentityModel.Tokens
Microsoft.IdentityModel.JsonWebTokens
System.IdentityModel.Tokens.Jwt
Thanks
Hello niall ,
Please check out
Or else you can download the source code of LeptonX module from
And then check for the desired code.
Thanks,
Hello,
You can check the document:
https://abp.io/docs/latest/framework/architecture/modularity/extending/module-entity-extensions?_redirected=B8ABF606AA1BDF5C629883DF1061649A#module-entity-extensions
https://abp.io/docs/latest/framework/architecture/modularity/extending/customizing-application-modules-extending-entities?_redirected=B8ABF606AA1BDF5C629883DF1061649A#entity-extensions-ef-core
Thanks,