-
Notifications
You must be signed in to change notification settings - Fork 6
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
Links to compiled code don't display in firefox OSX #7
Comments
Curious, seems to be up for me:
Also works for me on Firefox 47.0.1 on (Arch)linux. How does the request sent look like? |
hmm... Did you make a change? It seems it's working now. Weird thing though is I made a comment about this not working last week too, so it hasn't worked for a while for me. I even tried several things like clearing cache, and trying a incognito window. One thing I did notice before is that on the main page, the select box where you can choose your version of crystal, that select never loaded. It's loading now, so maybe something around that caused an issue but corrected itself. I guess we can just chalk it up to evil browser demons, but at least you're aware that the could potentially be some issue. I guess I'll close it out for now, unless it starts happening again. |
No, I didn't change anything. The data for the select is dynamically loaded the same way the data for run results is loaded, so both breaking at the same time makes perfect sense. In fact in the screenshot you posted you can see the failed request for it too. |
Do you connect over IPv4 or IPv6? |
It depends. My ISP changes it randomly. Today I'm not working from home, and it looks like it's working here. I'm currently using IPv4 here. |
When you have a link to a compiled code example, like https://play.crystal-lang.org/#/r/157a, you can view the code when you use Chrome or Safari on OSX. When pasting this in to FireFox (47.0.1) there is a redirect back to the main page https://play.crystal-lang.org/#/crystal
It looks like a 502 error is being thrown as shown in the screen shot. The error pages shown are Nginx error pages.
Running OSX (10.11.6) FireFox (47.0.1)
The text was updated successfully, but these errors were encountered: