Replies: 1 comment 6 replies
-
Are you storing an iframe in an x-data on initialization? The userspace way to solve this would be to attach the iframe to the data in the x-init, and not in the initial constructor. Or do you have a stack trace? Or is it just that you have an iframe inside of a component but it is not being stored in any way? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having this uncaught exception generated in AlpineJS causing to break a certain page for this project I'm working on.
However, I'm having trouble pinpointing the root cause. It is generated in the function initInterceptors
So now I'm trying to understand what this function does.
What are interceptors in AlpineJS?
This issue seems to happen om some page loads, without AdBlocker.
Most times it works. But then at times this uncaught exception is generated. Breaking the page
I think it has something to do with some component or javascript that is incorrectly loaded. But I'm having trouble pinpointing to this issue to the root cause :(
Below is a screenshot.
Beta Was this translation helpful? Give feedback.
All reactions