You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using remotipart to upload pictures in a model dialog that results in an ajax request. In development mode everything works fine, but when I run the application in production mode I always get:
Load denied by X-Frame-Options: https://sub.domain/path/to/controller does not permit framing.
Error: Permission denied to access property "document"
The application uses a subdomain and HTTPS. Can any of this be related? Also: the pictures I upload actually get uploaded, but the JavaScript that gets returned is not executed due to the thrown error.
Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hello!
I'm using remotipart to upload pictures in a model dialog that results in an ajax request. In development mode everything works fine, but when I run the application in production mode I always get:
The application uses a subdomain and HTTPS. Can any of this be related? Also: the pictures I upload actually get uploaded, but the JavaScript that gets returned is not executed due to the thrown error.
Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: