-
Couldn't load subscription status.
- Fork 83
Description
Error: [nuxt:hub] Invalid hub environment, should be test, preview or production
ELIFECYCLE Command failed with exit code 1.
Error: Process completed with exit code 1.
After updating the application to 0.9.0 the automatic deploy through github actions no longer worked. I've updated the github actions yml according to the environments documentation.
I managed to do one deploy with the cli ( npx nuxthub deploy ) and my version updated in nuxthub admin, it shows 0.9.0 now but I can't see the Environments page which is described in the documentation. I'm guessing I have to do something in that Environments page in order to get it working again
Steps to reproduce
Steps to reproduce the behavior:
- Have an application with automatic deployment to github in nuxthub admin with nuxthub core version 0.7
- Update nuxthub core to 0.9.0
- Deploy fails
- Run manual deploy through the cli to get the new version (0.9.0) in nuxthub
- Push a commit -> automatic deploys fail because of [nuxt:hub] Invalid hub environment, should be
test,previeworproduction
Expected behavior
It should see the environments page. Deploy should work after following the steps in the documentation.
