You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker (Specify the docker image that you're using and the command you used to start the container)
Other (Provide details of your environment)
Describe the bug
Consistently fails to 'Install contribution'. Attempting to modify the HelloWorld app with 'null', 'readfile', 'writetofile', etc. to learn about Flogo.
To Reproduce
Steps to reproduce the behavior:
Pull and Run the Docker image using docker run -it -p 3303:3303 flogo/flogo-docker eula-accept
Expected behavior is to install the contribution (e.g. activity, trigger, app) without error and add contribution to Flows thereafter using the (+) and see the newly installed component in the list.
Additional context
I am using a fresh Docker image and Hello World sample app. Built-in components appear to work ok (e.g. Counter Activity, Log), but fails to install any new ones.
If I attach a shell to the container and attempt the CLI install, I get more information:
flogo install github.com/retgits/flogo-components/activity/null
Error validating project: not a valid flogo app project directory, missing flogo.json
This does not appear to be a network or proxy issue. The error message above indicates the connection is made but the contents were not as expected, but perhaps it did not connect to github at all? I can click on the external links in the localhost:3033 and navigates fine so that does not seem to be the issue.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Environment
How are you running Flogo Web?
Describe the bug
Consistently fails to 'Install contribution'. Attempting to modify the HelloWorld app with 'null', 'readfile', 'writetofile', etc. to learn about Flogo.
To Reproduce
Steps to reproduce the behavior:
docker run -it -p 3303:3303 flogo/flogo-docker eula-accept
Expected behavior
Expected behavior is to install the contribution (e.g. activity, trigger, app) without error and add contribution to Flows thereafter using the (+) and see the newly installed component in the list.
Additional context
I am using a fresh Docker image and Hello World sample app. Built-in components appear to work ok (e.g. Counter Activity, Log), but fails to install any new ones.
If I attach a shell to the container and attempt the CLI install, I get more information:
This does not appear to be a network or proxy issue. The error message above indicates the connection is made but the contents were not as expected, but perhaps it did not connect to github at all? I can click on the external links in the localhost:3033 and navigates fine so that does not seem to be the issue.
Any suggestions?
The text was updated successfully, but these errors were encountered: