-
Notifications
You must be signed in to change notification settings - Fork 76
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
Specify CMS branch using env config #63
Specify CMS branch using env config #63
Conversation
updating env config
Upgrade all libraries to address all vulnerability concerns
Nextjs SSR starter is not loading on build [ECO-1166]
Hi @Amitkanswal @surajcontentstack @abhishek305 |
Hi @dhruvparekh12, Note: Changed the base branch to staging |
Hi @abhishek305 Added description. Also please let me know if any additional information is required. |
Hi team, |
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.
Testing this change, and it is working. -DH
Many a times, users try to deploy the contentstack-nextjs-starter-app on Launch using a delivery token scoped to a Contentstack branch, other than the default main branch. But, the deployments fail with this error
To fix this, users need to be able to optionally set an environment variable
CONTENTSTACK_BRANCH
mentioning the name of the branch on Contentstack.Code changes in this PR will allow users to set
CONTENTSTACK_BRANCH
environment variable so their deployments can be successful on Launch.