It looks like the URLs for your old and new servers are different because they are using different ports. The old server is using the default HTTP port 80, while the new server is using port 3000.
To make your new server use the same URL format as your old server, you need to configure it to use port 80. This can typically be done in your server's configuration settings or by setting up a reverse proxy.
As for your second question, it sounds like your application is running on port 3000. To make it accessible without specifying the port number in the URL, you need to configure your server to listen on port 80 instead of port 3000. This can typically be done by modifying your application's settings or using a reverse proxy to forward traffic from port 80 to port 3000. Additionally, you may need to update your DNS settings to point to the correct IP address for your server.
Elevate Your Expertise with Microservices Certification!