Remix.run Logo
pinkgolem a day ago

I mean, going back a decade might be part of the reason?

Configs having issues is like number 1 reason i like the setup so much..

I can configure everything on my local machine and test here, and then just deploy it to a server the same way.

I do not have to build a local setup, and then a remote one

scott_w a day ago | parent [-]

Er… what? Even in today’s world with Docker, you have differences between dev and prod. For a start, one is accessed via the internet and requires TLS configs to work correctly. The other is accessed via localhost.

pinkgolem a day ago | parent | next [-]

I use a https for localhost, there are a ton of options for that.

But yes, the cert is created differently in prod and there are a few other differences.

But it's much closer then in the cloud.

chasd00 a day ago | parent | prev [-]

Just fyi, you can put whatever you want in /etc/hosts, it gets hit before the resolver. So you can run your website on localhost with your regular host name over https.

scott_w 21 hours ago | parent [-]

I’m aware, I just picked one example but there are others like instead of a mail server you’re using console, or you have a CDN.