This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey!
Using PM2 is not necessary with the App Platform, as it already takes care of running your app continuously. If you’re used to using PM2 for process management locally, you just need to make sure that your deployment scripts or commands replicate the same behavior.
You could also add multiple domain names to your app by following the steps here:
Once you’ve added your domains to your app, then it would be up to your application logic on how it handles the content serving for the separate domain names.
Feel free to share more details about the exact setup and the issues that you are facing and I will be happy to advise you further.
- Bobby