I receive a strange error while using docker:
“Error: The manifest.yml file is not a valid YAML. Fix it and try again.”
forge deploy
works fine. Check of manifest.yml
in YAML parser also works fine.
I’ve tested in simple Confluence macros.
Environment is Windows / CLI-version 1.2.0
see here the output of forge deploy
and forge tunnel
:
D:\hw>forge deploy
Deploying your app to the development environment.
Press Ctrl+C to cancel.
Running forge lint...
No issues found.
√ Deploying hw to development...
i Packaging app files
i Uploading app
i Validating manifest
i Snapshotting functions
i Deploying to environment
√ Deployed
Deployed hw to the development environment.
D:\hw>forge tunnel
Running your app locally with Docker. The tunnel displays your usage from everywhere the app in the development environment is installed.
Press Ctrl+C to cancel.
Checking Docker image... 100%
Your Docker image is up to date.
Error: The manifest.yml file is not a valid YAML. Fix it and try again.
Rerunning the command with --verbose may give more details.
Is there a general tunnel problem?
BR,
Franz