When trying to view a reactive web app that I have created after publishing it. The browser only shows a blank screen. There is literally nothing. There is also no errors or logs only screen logs. It was working perfectly a few days ago. Any help would be appreciated
Hi Anru,
in the oml you shared, your login screen did not have the anonymous role checked.
That would have kept you in an eternal loop between the login screen and the global exception handler.
The login screen can't function if anonymous is not checked.
Dorine
Thank you for your reply, this worked and fixed the problem! I must have turned it off by accident a while ago.
Regards
Hi Anru,Republish the app, and check it again, and also try to check it in different browsers.Or share the oml if possible.RegardsKrishnanand Pathak
Thanks for the quick reply, I have tried republishing it again and also tried other browsers as well but the problem still persists. Other applications do show in the browser though, not this one for some reason :( This is also the case when using another device such as my laptop instead of desktop to test it
Can you please check layout of the screen sometime there can be problem with the layout also.
Thanks.
I don't know what I have done but I just clicked and looked through the layout and now it magically works!
Thanks for the help!