Activities of "tech37"

Hi

Thank you very much for the insight. That worked! There were no values as stated above actually on the Azure Portal. But i added them in any case, which forced the URLs and that worked!

Regards!

Hi.

To add to this I also did a FLUSHALL on Azure Redis Cache and that did not solve the problem.

Thank you.

Hi

Thank you for your feedback and tips. I did the checks you suggested and all seems to be in place as you suggested. I tried the blazor app URL from a clean machine again and the azurewebsites authserver url is still coming up. My findings below please can you double check that all is in order:

OpenIddictApplications Table:

Kudo Deployment Blazor appsettings.json:

Kudo Deployment ApiHost appsettings.json

Kudo Deployment AuthServer appsettings.json

Custom domain settings in Azure:

Please let me know if you can pick up anything i missed out on. I have restarted all 3 webapps

I am available to do a online call to go through it. This is quite urgent and I need it resolved as soon as possible.

Thank you

To add to that. If I ignore the menu not loading. When i go directly to a page url i get the following unauthorized issue:

Thank you very much. That solved the issue!!

Sent thank you

Hi @mailming

Below is the blazor server project appsettngs.json

API Host project appsettings.json

Azure using .net 9

Answer

Hi

I went back to deploying via secure files as noted above.

Then also followed the following post and it worked for me: https://codejack.com/2022/12/deploying-abp-io-to-an-azure-appservice/

Thank you for your asisstance!

Answer

Hi

I was publishing via secure files on the azure pipeline and then referencing them in my build pipeline yml. that seemed to work and the file was visible in the deployment

- task: DownloadSecureFile@1
  inputs:
    secureFile: 'openiddict.pfx'

- script: |
    mkdir -p $(Build.SourcesDirectory)/src/Pekkish.PekkishPOS.AuthServer
    mv $(Agent.TempDirectory)/openiddict.pfx $(Build.SourcesDirectory)/src/Pekkish.PekkishPOS.AuthServer/
  displayName: 'Move PFX File'

Using your example the openiddict.pfx is not deployed to the azure deployment and not showing in the build artefact

Any suggestions should i go back to the secure files option and then referencing it in the yml?

Answer

Hi thank you for your respose.

I have the oppeniddict.pfx file now deployed to c:\home\site\wwwroot along with the other build files:

However when i do a dotnet run on the project dll i get the following error which is different to previous errors.

Showing 1 to 10 of 34 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on October 30, 2025, 06:33