197
Views
6
Comments
Solved
Blank screen when opening application in browser
Application Type
Reactive
Service Studio Version
11.53.43 (Build 62091)
Platform Version
11.18.1 (Build 37780)

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 


Screenshot 2023-03-19 1758ssss38.png
2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

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

UserImage.jpg
Anru Nel

Thank you for your reply, this worked and fixed the problem! I must have turned it off by accident a while ago.


Regards

2023-04-16 15-25-31
Krishnanand Pathak

Hi Anru,

Republish the app, and check it again, and also try to check it in different browsers.

Or share the oml if possible.

Regards
Krishnanand Pathak




UserImage.jpg
Anru Nel

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


Googledemo.oml
2025-02-10 17-24-13
Arun Rajput

Hi Anru,

Can you please check layout of the screen sometime there can be problem with the layout also.

Thanks.

UserImage.jpg
Anru Nel

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!

Regards

2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

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

UserImage.jpg
Anru Nel

Thank you for your reply, this worked and fixed the problem! I must have turned it off by accident a while ago.


Regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.