Once I add new collection, it doesn't show on the left sidebar
Closed this issue · 5 comments
leonace924 commented
It doesn't show Projects on the left sidebar
I set all in the authorization
It shows this error
message
"Variable $input of type CreateCommitOnBranchInput! was provided invalid value for expectedHeadOid (Expected value to not be null)"
I am pushing to staging
branch, and I test it on the localhost:3000
What did I do wrong?
Thanks
avitorio commented
Have you set the OST_REPO_BRANCH
environment variable to staging
?
leonace924 commented
avitorio commented
What version of Next.js are you on? And what version of outstatic?
leonace924 commented
avitorio commented
Try upgrading to outstatic@^0.0.30-rc
- the OST_REPO_BRANCH
feature was only added in this version.