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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
There seems to be no checks in place for application name, invalid application name is initially accepted with a successful push and start but no way to access the URL.
nodejsHelloworld0.0.1 is currently stopped, start it with 'cf start'
$ cf start nodejsHelloworld0.0.1
Preparing to start nodejsHelloworld0.0.1... OK
Checking status of app 'nodejsHelloworld0.0.1'...
5 of 5 instances running (5 running)
Push successful! App 'nodejsHelloworld0.0.1' available at http://.
The text was updated successfully, but these errors were encountered:
There seems to be no checks in place for application name, invalid application name is initially accepted with a successful push and start but no way to access the URL.
$ cf push --command "node nodejsHelloworld.js"
Name> nodejsHelloworld0.0.1
Save configuration?> n
Uploading nodejsHelloworld0.0.1... OK
nodejsHelloworld0.0.1 is currently stopped, start it with 'cf start'
$ cf start nodejsHelloworld0.0.1
Preparing to start nodejsHelloworld0.0.1... OK
Checking status of app 'nodejsHelloworld0.0.1'...
5 of 5 instances running (5 running)
Push successful! App 'nodejsHelloworld0.0.1' available at http://.
The text was updated successfully, but these errors were encountered: