The International Simutrans Forum

Community => Community Discussion => Randomness Lounge => Topic started by: Yona-TYT on January 09, 2024, 07:05:47 PM

Title: Web server with node js (a project I work on)
Post by: Yona-TYT on January 09, 2024, 07:05:47 PM


These days I have been developing a website with node js, everything seems to be working well but I have doubts regarding the domain assignment.

I'm using https://dashboard.render.com/ as hosting but it doesn't seem to work with the type of domain I'm using.

Screenshot_2024-01-09-15-02-50-750_org.mozilla.firefox-edit.jpg
Title: Re: Web server with node js (a project I work on)
Post by: Isaac Eiland-Hall on January 09, 2024, 09:32:11 PM
I can set up a subdomain to point to the correct IP if that would help, although it would probably also have to be set up on their end so it would resolve to the correct site...
Title: Re: Web server with node js (a project I work on)
Post by: Roboron on January 09, 2024, 10:10:17 PM
Have you configured the DNS records for hidroingelec.cl as suggested in the screenshot?
Title: Re: Web server with node js (a project I work on)
Post by: Yona-TYT on January 10, 2024, 12:38:45 PM
Quote from: Roboron on January 09, 2024, 10:10:17 PMHave you configured the DNS records for hidroingelec.cl as suggested in the screenshot?
This is all the configuration that the provider gives me. Apparently "render" doesn't give you a server name that you can use here.

Captura desde 2024-01-10 08-35-31.png
Title: Re: Web server with node js (a project I work on)
Post by: Yona-TYT on January 10, 2024, 12:45:13 PM
Quote from: Isaac Eiland-Hall on January 09, 2024, 09:32:11 PMI can set up a subdomain to point to the correct IP if that would help, although it would probably also have to be set up on their end so it would resolve to the correct site...

The domain provider offers me an option for web redirection, however I tried to redirect to "https://hidroingelec.onrender.com/" using "hidroingelec.cl", but this did not work for me. :(