After deployment of application on Environment getting error

0
I have deployed an application on one of the environments succesfully. But when I tried to open the URL I am getting errors as below  and after hitting URL in new tab again the application get open. Did I do something wrong while setting up some environment variables or missed some configurations while deploying the application?
asked
2 answers
0

How do you access your application (URL)? and is there a difference between going through the .mendixcloud url and custom domain url?

Often the error you receive is because the page is redirecting to different URLs again and again and again. So checking how the application is reached is important to understand the problem.

answered
0

It may be worth putting a breakpoint on your Default home page microflow (and role based homepages). Single step through this, stepping into SUBs where necessary, and you’ll hopefully find where it is redirecting.

answered