Cross-origin frame problems

hii @gstlouis Welcome to collabora online forums.

Adjust Collabora Online Configuration

To allow embedding and communication across frames, make sure you have set the appropriate alias_groups settings in your CODE’s coolwsd.xml:

xml

Copy code

<net>
    <frame_ancestors allow="https://domain.ca https://docs.domain.ca"/>
    <allowedHosts>*</allowedHosts>
</net>

This will help ensure that the CODE server allows requests from your app’s domain.

i found a thread which has the similar thing, please refer to this solution once :slight_smile:

Thanks,
Darshan