-
Notifications
You must be signed in to change notification settings - Fork 30
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
ReferenceError: SharedArrayBuffer is not defined #111
Comments
I ran into sharearraybuffer issue as well, and this seems to fix my issue const path = require('path'); module.exports = { publicPath: process.env.NODE_ENV === 'production'
} After adding restart your app by command 'npm run serve' Additionally try to open your app with localhost instead of any IP in url I think the localhost format is Note: Credit to the guy who posted header values here ffmpegwasm/react-app#3 |
this fix does not appear to work any longer
|
it should still work if you add it to the correct place:
|
Visiting https://ffmpegwasm.github.io/vue-app/ and running a dev server locally both result in a "ReferenceError: SharedArrayBuffer is not defined" error.
I tested with both Firefox 91.0.2 and Chrome 92.0.4515.159.
The text was updated successfully, but these errors were encountered: