Hello,
Open the console of the Azure web application and run the command dotnet <ProjectName>.HttpApi.Host.dll
to check the logs.
Have you updated URL's & Connection strings in the appsettings.json
files located in both the Host and DbMigrator folders.
Thanks
Hi,
Please let me know if the issue is resolved. I am closing the ticket if you want you can reopen it.
Thanks,
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