Nathan Rajlich
Nathan Rajlich
What does this fix exactly?
found the `for (var i in navigator.mimeTypes)` is one source of an unexpected error being thrown. We might need to include our own version of `object-keys` that adds additional try/catch...
I'm open to doing this once there's an officially sanctioned way to do this with node/npm (see https://github.com/isaacs/npm/issues/1891). I'm not gonna bother with writing manual downloading scripts from s3, etc.
If anyone in this thread is still having issues, I recommend switching to Remix + Vite. See [the docs page](https://vercel.com/docs/frameworks/remix#vercel-vite-preset) for how to configure the Vercel preset.
@Disorrder Do you have a `remix.config.js` file? If so, delete it.
Please share a standalone reproduction of your issue.
The `node-fetch` dependency also cause issues with Vercel Edge Functions. 👍 to remove this dep.
I'm not sure how feasible this would be, unless saucelabs has the ability to add a script tag to any arbitrary page. We have been playing around with the idea...
Should it be `edge-light` now?
Same issue