146
Views
4
Comments
Solved
Blank Page when clicking some links - page needs refresh to appear

Hi,

We have an issues with some pages which requires clicking the refresh button to display the content, Blank Page appears when clicking some links then which forces the user to click the refresh button for the content to appear.

Regards,

Shah

2023-09-06 16-20-48
Shah Habibi
 
MVP
Solution

Thanks Sachin,

We found it is a bug with SEO site rules, we found a workaround to the reported problem. We found out that the problem is mitigated if we redirect the screen with a client action that sets the href using the following Javascript code:

document.location.href=$parameters.Destination;

Regards,

Shah

2026-04-03 16-34-30
Andy Borthwick
Staff

I needed this, thanks!

2022-08-25 15-33-28
Tomás Silva Rocha

Thank you for the solution!

An alternative workaround to this SEO Site Rules issue that also seems to solve the blank page is to have a Traditional web app with a default entry to an empty screen that on the preparation just redirects users to the intended destination Reactive app url.

At least in our case it will also loaded correctly.

2020-09-21 11-35-56
Sachin Waghmare

Hello Shah,

Could you please share your OML to look into the issue?

Thanks & Kind Regards,

Sachin

2023-09-06 16-20-48
Shah Habibi
 
MVP
Solution

Thanks Sachin,

We found it is a bug with SEO site rules, we found a workaround to the reported problem. We found out that the problem is mitigated if we redirect the screen with a client action that sets the href using the following Javascript code:

document.location.href=$parameters.Destination;

Regards,

Shah

2026-04-03 16-34-30
Andy Borthwick
Staff

I needed this, thanks!

2022-08-25 15-33-28
Tomás Silva Rocha

Thank you for the solution!

An alternative workaround to this SEO Site Rules issue that also seems to solve the blank page is to have a Traditional web app with a default entry to an empty screen that on the preparation just redirects users to the intended destination Reactive app url.

At least in our case it will also loaded correctly.

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