-
Notifications
You must be signed in to change notification settings - Fork 249
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
TypeError: SocketIO is not a constructor #244
Comments
I've just hit this issue as well. |
Same here |
Same issue, I'm running CentOS 8.2 TypeError: SocketIO is not a constructor |
Version 4.9.1 and the code in master (when built as a package) doesn't give an error during startup. But in the browser console there's an error below and there's nothing in the output. The last version that works is 4.9.0. 4.9.1: master:
|
Hi there! @jonespm to solve this error just add: "node_modules/socket.io/client-dist/*.js" on package.json pkg assets, then regenerate pkg build. Done! Cheers. |
Released v4.9.2 binary frontail-linux only gives an error when started on Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: