-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 shows blank page when running with reactioncommerce/reaction:latest docker image #2546
Comments
@jaden-chen thanks for the report. I'm thinking this might be related to #2535 which is being fixed in #2545 |
@spencern Since this is affecting the current stable version |
@jaden-chen yes, I've added the |
Thanks so much! Looking forward to seeing this resolved. |
Hey @jaden-chen Could you try changing your entry for transliteration in your We will either see if we can get the changes merged in or we will create an "official" fork if that turns out to be the solution. |
Should be fixed by #2553. Going to leave this report open until we update our docker image. |
@jaden-chen You should be able to just test with the current |
@zenweasel @spencern I just verified that it's now working correctly on Safari and IE11 with the changes in FYI (Different issue): It seems like websocket connection fails to establish On Safari |
@jaden-chen Thanks for the update. |
This should be fixed on our docker build with the release of 1.4 https://github.com/reactioncommerce/reaction/releases/tag/v1.4.0 |
Expected behavior
We should see reaction commerce site on Safari (both iOS and Mac)
Actual Behavior
Safari shows blank page. Looking at the console, the error is:
SyntaxError: Cannot declare a const variable twice: 'e'.
Digging in the bundled js file, the exception happened in this function
!function() { var e = Package.meteor.Meteor, n = Package.meteor.global, t = Package.meteor.meteorEnv, i = Package["modules-runtime"].meteorInstall,
Steps to Reproduce the Behavior
mongodb
containerVersions
(run
reaction -v
from your reaction directory)v1.3.0
OS Info:
macOS Sierra
Version 10.12.3
Safari (Version 10.0.3)
The text was updated successfully, but these errors were encountered: