114
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

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

I needed this, thanks!

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.

Hello Shah,

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

Thanks & Kind Regards,

Sachin

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

I needed this, thanks!

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.