-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Public template shows blank page #1527
Comments
I am also getting the same blank page on Firefox when I try to access sarvalidation.site. It works if I reload/refresh, Browser console shows again |
I confirm the blank template... In addition, the reload/refresh only works to fix sarvalidation.site if the user is logged in. Otherwise you get the osparc login page instead of the template when you reload. |
It's similar to what happens with the Loading page that says starting/ready, the backend is ready, but the frontend is not shown. As described in ITISFoundation/osparc-simcore#5963, the frontend polls the state of the dynamic service and when this says Ready (which is the container's status), the frontend still needs to make sure the url is reachable, because some traefik rules in the backend need to be added and these might not be there yet. In this "ping" call from the frontend to the dynamic service's content, the backend responds with a 502 or a 302... or whatever the server behind the app says, but if it's not a successful response (200-299), the website might not be displayed. It depends on the browser... We might need to change this logic... |
close as fixed after talking to @odeimaiz |
Long Story Short
This public template shows a blank page: https://osparc.io/study/9641ba42-c4db-11ed-b8b9-02420a0b5f22
Edit: also sarvalidation.site
Please note that these are public links in scientific publications
Expected Behavior
The template shows the voila-based UI
Steps to reproduce
1, Open Firefox
2. Click on the link
3. Wait for the service to load
4. You will see a blank page
If you click on "Reload" to reload the iframe of refresh the browser tab, the correct UI is displayed
Environment
Reproducible at the first try with Firefox and Chrome
Additional context
In my browser log, I see this call gets a
502 Bad Gateway
response 3 timesGET https://_service-uuid_.services.osparc.io/
And Server is
Caddy
The text was updated successfully, but these errors were encountered: