remix icon indicating copy to clipboard operation
remix copied to clipboard

Cannot deploy if any route uses the edge runtime

Open andreslemusm opened this issue 10 months ago • 9 comments

Hi!

I'm started getting the following error today:

Error: The Edge Function "xxx" is referencing unsupported modules: - use-sidecar: detect-node-es

I tried:

  • Redeploy old deploy with status ready, it doesn't work.
  • Search for any dependency in my app using that module, had no luck finding one.
  • Deploy with the "nodejs" runtime the whole app, it works, but I want some public routes to be at the edge.

Any hint on how to find to root cause of this issue?

Thanks for the help!

andreslemusm avatar Apr 18 '24 00:04 andreslemusm