Trame iframe #595
-
Hi, Since it is easier for me, who does not have much experience or knowledge with web-development, to develop and debug a trame application using the standard layouts (opposed to writing custom client/frontend), I have been recently writing some test apps using I wanted to see the test applications through an iframe. The thing that confuses me is that I have two different prototypes, both using the trame server, both written functionally, however, one is able to display through an iframe but the other test application is not, I encounter a "localhost refuses to connect". I think the problem is because of "cross-origin resource sharing" but I am unsure because one of the test application works perfectly fine, but the other does not. I was looking at using trame-iframe, but I am unsure if that is the correct solution. Because I do not need any communication between the parent html page, and the child trame server. And I am also unaware of how I would apply trame-iframe to my current application to bypass CORS, if CORS is really the problem. Here are the SinglePageLayout:
Does NOT work using an iframe
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Never mind, I am stupid, resolved. |
Beta Was this translation helpful? Give feedback.
-
Any hint on what was the human error? Could be useful for someone else? |
Beta Was this translation helpful? Give feedback.
Never mind, I am stupid, resolved.