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
My bot uses DDP connection to connect to RocketChat server and does not expose an endpoint for verification. When I make use of map-node, everything goes well until the verification step when I get
Started app's container
[code.productive.me] - Starting the app: SUCCESS
[code.productive.me] - Verifying Deployment
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to 172.17.0.12 port 3000: Connection refused
I've managed to solve my issue, by looking at the steps generated for the Dockerfile with the DEBUG=mup* mup deploy --verbose and creating my own Dockerfile. This allowed me to publish with mup-docker-deploy plugin instead
My bot uses DDP connection to connect to RocketChat server and does not expose an endpoint for verification. When I make use of map-node, everything goes well until the verification step when I get
Can I somehow bypass the verification?
My mup.js file follows (some details redacted):
The text was updated successfully, but these errors were encountered: