You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you open a website using Rosa 2 in the Safari browser and go to a random page, that page will be visible. If you try to go back to the previous page using the back button, the page will go blank, and you can't view it until you refresh the page.
I've tested on local and on the demo, the same behavior is happening on both sides.
To temporarily fix this, you can add this custom code:
body.is-loading {
opacity: 1;
}
The text was updated successfully, but these errors were encountered:
If you open a website using Rosa 2 in the Safari browser and go to a random page, that page will be visible. If you try to go back to the previous page using the back button, the page will go blank, and you can't view it until you refresh the page.
I've tested on local and on the demo, the same behavior is happening on both sides.
To temporarily fix this, you can add this custom code:
The text was updated successfully, but these errors were encountered: