Question
nodejs app running under subdomain, but routes aren't working
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)
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.
×