Open Closed

Login page error dialog #4485


User avatar
0
pablotola created
  • 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)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Can you share HttpApi.Host logs?

  • User Avatar
    0
    pablotola created

    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

  • User Avatar
    0
    pablotola created

    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;

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11