Hi, i have embeded multiple html views in a website, with public sharing option.
When i load the page, the first items are displaying correctly but others are not displayed, i get the zoho creator login page instead of the content i want to publish.
Using Developer tools for chrome i can see the errors that are generated :
- 400 (Bad Request)
- Unsafe JavaScript attempt to initiate navigation for frame with URL
- The frame attempting navigation is neither same-origin with the target, nor is it the target's parent or opener.
Is there a solution to fix this ?
Thank you.