Hi yeah I just emailed them, thanks.
Ok, just emailed them to you, thanks.
Hi,
I noticed something just now, I had a mistake in the config. I had shifted this entire app to InteractiveServer, however I left 1 setting at InteractiveAuto by mistake!
I have fixed that issue and redeployed and it seems to have fixed the 404 page flash that was happening. However the initial issues are still there:
Also just emailed the EnvVars dumps from Kudu...
Hi,
OK I just emailed you the full logs.txt files for both services.
The appsettings.json config should be overridden by the AppService Environment Variables config, I had sent that config to you in the previous email.
I can send a full Environment Dump from Kudu if you think that will help?
Thanks,
Karim
Hi,
Logs and configuration all sent to your email address.
Thanks
Hi,
I have sent those details to your email address.
Thanks,
Karim
I am working through a CI / CD implementation using Azure Deployment slots. I have a tiered application that I am trying to get deployed correctly. This is just a basic, no changes, out of the box 3 tier application generated by ABPSuite that I use as a base dev environment for testing.
First problem is that I can not see the full menu for the admin user in the tiered app on neither dev nor production. However in dev everything works as expected, I can create users, and I am authenticated as admin ( it seems ).
For reference, I created a single tier app, and I see the admin user menu as I would expect:
So I would expect to see this menu in my tiered app. They were created exactly the same time, same 8.2 version number, no code updates, just out of the box ABP. But I do not get the user / admin menu in my fresh and clean 3 tier app.
The real issue here is when I deploy a 3 tier app using Azure Deployment Slots to a staging environment on Azure. I can log in OK, and I get the same no options Admin menu as I got in my local dev environment:
However I can’t see any admin menu, and I get an Unauthorized exception after trying to do anything. Even though I seem to be logged in as the admin user.
After Refresh:
This to me seems like a configuration issue, but I can not seem to see any difference in config between environments.
Any insight would be much appreciated.
Thanks,
Karim Ainsworth