-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Safari 9.1.1. Issue - "A problem repeatedly occurred" #309
Comments
You are right - this has to be fixed. Otherwise I will do it myself in the next days. |
PR opened in #311. |
Closed because of #311 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Earlier this month I noticed an issue with some websites I built HTML for using this plugin: when landed in Safari, the page is reloaded several times and finally, shows "A problem repeatedly occurred."
Initially, I thought it was an issue with permissions from AWS S3 or an issue with my code. However, after digging a bit further, I discovered something rather alarming: if you use
<script src="/app.js"></script>
the page reloads. If you use<script type="text/javascript" src="/app.js"></script>
, the page loads as expected. Considering it is a part of the HTML5 standard to exclude thetype
attribute, I am wondering... is this actually a Safari bug or am I missing something here? Is anyone else having this issue?Note, this also occurs when I do not use this plugin (such as when I am using local development server). However, considering the script tag is central to this plugin, I figured I'd make an issue here to see if anyone else encountered this.
Edit, some examples of websites:
The text was updated successfully, but these errors were encountered: