Don't use localhost:3000, use your own custom domain

3 pointsposted 7 hours ago
by lelanthran

1 Comments

Rizz

7 hours ago

Please use a .test TLD, that way you will not run into DNS problems, random hickups, etc. This is safe on mac/win/linux.

Downside of a full hostname is that browsers have a bunch of security controls disabled for localhost, which do affect sites which use a hostname, to get a normal experience you need to set up certificates for your local site, usually adding a root cert to your computer's store.