Skip to content
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

Prestige doesn't work on Firefox 78, which is default in Debian stable #12

Open
dominiquefournier opened this issue Nov 3, 2021 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@dominiquefournier
Copy link

Hi
When I try to connect to https://prestigemad.com/ with Firefox, I have the message :
Uncaught SyntaxError: expected expression, got '=' index.b332b9df.js:1:409888
It stay blocked on "Loading..." message

@sharat87
Copy link
Owner

sharat87 commented Nov 3, 2021

Oh hey, thanks for reporting this. I can't seem to reproduce this though. Can you try this out in another browser and see if you get the same error?

@dominiquefournier
Copy link
Author

I try to disable all the extensions, but the problem persists on my Firefox 78.15.0esr (64 bits) on Debian (I disable the cache too, check if there is network error).
If I try with Chromium, and the site works well.
Do you have another idea ?

@sharat87
Copy link
Owner

sharat87 commented Nov 5, 2021

Ah I see. I didn't take the version number from your comment seriously at first glance, but it looks to be quite old. I am running Firefox 93 myself. I'm thinking that's the problem here. Is that the default version in Debian's repositories? If it is, I should then consider supporting it. Additionally, is it possible to upgrade your Firefox version and try with that to see if the problem goes away?

@dominiquefournier
Copy link
Author

Yes it is the Debian Stable "Bullseye" Firefox Version. I can not upgrade the version : my system stay in stable, sorry.
https://packages.debian.org/search?keywords=firefox&searchon=names&suite=stable&section=all

@sharat87
Copy link
Owner

sharat87 commented Nov 5, 2021

Oh no problem, that's okay. I'll do a test and see what we need to get this running on Firefox 78 at least. Thanks for reporting this. Please consider using Prestige on another browser like Chromium until I get this fixed. Thanks 🙏

@sharat87 sharat87 changed the title https://prestigemad.com/ : Syntax error Prestige doesn't work on Firefox 78, which is default in Debian stable Nov 5, 2021
@sharat87 sharat87 self-assigned this Nov 5, 2021
@sharat87 sharat87 added the bug Something isn't working label Nov 5, 2021
@MattTennison
Copy link

Hey @sharat87, I was looking through my GitHub history and came back across this project.

For this - I suspect setting a browserlist as per https://parceljs.org/languages/javascript/#browser-compatibility would fix it. Happy to raise a PR if you'd like?

@sharat87
Copy link
Owner

Hey @MattTennison, thank you for reaching out. I've actually already made that change, see

"browserslist": [
"last 2 Chrome versions",
"Firefox >= 78",
"last 2 Edge versions",
"last 2 Safari versions"
],

But it still doesn't seem to work. I started Debian in a VM and opened Firefox 78 that comes shipped with it, and Prestige didn't work in it. I couldn't get back to take a closer look at what's happening there, but that's the status of this. I'd be more than happy to look into a PR to resolve this 😃.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants