-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix server components not reading env vars #70
Conversation
Codecov Report
@@ Coverage Diff @@
## development #70 +/- ##
=============================================
Coverage 100.00% 100.00%
=============================================
Files 8 9 +1
Lines 60 63 +3
Branches 9 9
=============================================
+ Hits 60 63 +3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
🎉 This PR is included in version 1.7.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR fixes an issue in the app dir example:
By default, server components are statically generated at build time. To ensure the env vars are loaded, the server component needs to be forced to be dynamic.
Additionally, this PR upgrade the dependencies and splits out some internal functions and types.
Fixes #35