- ABP Framework version: v6
- UI type: Angular
- DB provider: EF Core
After deploying the application to Azure I'm getting an error when the login page is displayed, I don't see any evident javascript or failed api calls when inspecting it using the browser developer tools. This is not happening in my local environment.
I'm attaching a video of the issue here https://app.screencast.com/DmiElZNgFHoa7
Thanks.
4 Answer(s)
-
0
Can you share HttpApi.Host logs?
-
0
Not sure how to attach files, so I'm sharing on my OneDrive account. Let me know if you cannot access it.
https://1drv.ms/u/s!Avzoau5Qutusg4NSPG21qJcgx8VP7w?e=lQqapB
-
0
So, I commented out this section from my environment.prod.ts and the issue is no longer happening. What is that section for?
}, }, //remoteEnv: { //url: '/getEnvConfig', //mergeStrategy: 'deepmerge' //} } as Environment;
-
0
So, I commented out this section from my environment.prod.ts and the issue is no longer happening. What is that section for?
}, }, //remoteEnv: { //url: '/getEnvConfig', //mergeStrategy: 'deepmerge' //} } as Environment;
It's used to integrate an existing config into the environment. Please, read the documentation for more info.