what could be a reason for an otherwise trivial and working expressjs app not being available from internet upon deloy?
I deployed it following the guidelines in the docs
what could be a reason for an otherwise trivial and working expressjs app not being available from internet upon deloy?
I deployed it following the guidelines in the docs
What kind of fly.toml you have there?
@savikko thank you, sir, for a prompt response. I have resolved the issue. It seems it was related to the difference in the port numbers that caused this error. In the toml file port number was set to 8080 while in the app I set it to 3001. I have changed the port number in my app to the same as in the toml file and everything seems to work now. I assume it would also work if I changed the port number in the toml file to the port number as in my app. thank you again
From How To to Questions / Help
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.