-
Notifications
You must be signed in to change notification settings - Fork 92
fix: handle case of env not being defined for edge functions #2936
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
Conversation
📊 Package size report 0%↑
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
next@^13 did not have env defined (it was added in vercel/next.js@dcff078 ), so we need to check if it's defined first
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's projects now, but kept old one in there in case there would be any kind of revert on that
Uh oh!
There was an error while loading. Please reload this page.
Description
Follow up to #2891 + adjustments to e2e setups after recent urls changes