-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot deploy if any route uses the edge runtime #104
Comments
We did roll some changes to the module resolution logic for edge functions today (to address #94). Let me know your Vercel team name and I can turn the flag for that off for you. But also, it would be helpful if you could share a reproduction so that I can take a closer look. |
@TooTallNate My team name is: "sublime" (is ok to share it or should I remove this comment?) Thank you for the help! I'll try to create a reproduction |
Ok, I disabled the flag for your team for now. Sharing the team name publicly is fine, but feel free to delete if you prefer. |
Awesome, deployments are working fine again 🥳 |
@TooTallNate My team was also affected by this yesterday. I've created a repro project which uses the latest Remix vercel preset. In my case, the I was able to resolve this specific issue by manually importing "openai/shims/web" in my edge function. Importing that package has some implications for module resolution. This may be specific to the This solution seems to work for now, so no action requested on your end. Can you provide more details about the updated module resolution strategy? |
@TooTallNate Despite a passing build, my proposed solution continues to crash at runtime. Please opt out the team |
@peterje The flag has been turned off globally at this point. If you're still having issues, it's unrelated to the change related to this issue. |
Indeed I was...thanks for the info. |
@TooTallNate was this flag turned on at any point? I have a simple example that uses just the qs package (74M+ downloads) and I'm still seeing:
|
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:
Any hint on how to find to root cause of this issue?
Thanks for the help!
The text was updated successfully, but these errors were encountered: