Hi, I’ve setup a nodejs app to work under a sub-domain and another app to work under the main domain, but the sub-domain application only works on the root directory of the subdomain (e.g. api.example.com) if I navigate to any other route I get a 404 error (e.g. api.example.com/login)
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi @aliajami92,
Can you show us your routes? It’s hard to pinpoint the problem without actually having them infront of us. Having said that if you wish to give it a try and troubleshoot the experienced problem yourself, I’ll recommend you to check the following article - HERE
Regards, KDSys