- 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
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;
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)