Open Fuseteam opened 3 months ago
hmmm upon closer inspection, i seem to be missing parentIframe
for some reason
This looks to me like the parent module failed to attach, or the API has changed. Try removing waitForLoad
?
hmmm removing waitForLoad
did not make a difference
I found something, tho i am unsure how to test it quickly https://iframe-resizer.com/troubleshooting/#parentiframe-not-found-errors
weird question @Thesola10 i noticed in the documentation it says parentIframe but in https://github.com/Thesola10/nextcloud-nextframe/blob/master/src/iframe-resizer.js#L65 it says parentIFrame
could that be the cause?
You can try changing it and rebuilding with make
how would i test my build in my nextcloud instance?
i managed to get a browser console in the nextframe iframe— parentIframe
also does not exist. only iFrameResize
seems to exist.
i added iframe resizer to my site using https://iframe-resizer.com/setup/parent/ but i seem to get this error in
firefox console log:
chrome console log:
on the site i added it as follows:
but peculairly even if i don't add these lines, the error pops up, it seems to originate from the iframe-resizer webpack, could it be the child module?