a year ago
so I coded a html website on github, bought a domain from namecheap, at first it worked with "this site is not secure" warning but then it randomely stopped working, after trying to re-add it multiple times (after removing) it immediately shows "verification complete", trying to go there however results in the page not working at all , trying to load in from the cname value gives an error saying "not found" (railway error), meanwhile after adding all cname settings to namecheap and waiting even 5-30 mins, and loading to the website WHILE ACTIVELY DEPLOYED shows "err name not resolved, this site can't be reached", nothing in logs too
project id: a8afee81-4437-44a6-9a6a-31b4b81c0351
91 Replies
more context:
loading in from "evils-utilities.up.railway.app" loads it as normal but nothing else works
a year ago
maybe cached, try in an incognito window or another browser
a year ago
a year ago
odd, try another device like your phone
a year ago
must be cached on your computer then
a year ago
<:SAD:823612369644159066>
a year ago
supposedly that ipconfig flushdns
I've had the same issue before, I just had to wait it out since I couldn't find a solution lol
a year ago
you can try restarting your computer maybe
a year ago
or changing your dns in opera to cloudflare's 1.1.1.1
a year ago
hypothetically, changing the primary dns should recache sites
using "nslookup" on google, and one of the listed servers that "work"
google: *** dns.google can't find evils-utilities.xyz: Server failed
the listed ones: timed out
a year ago
where
a year ago


a year ago
woo!
a year ago
of course, sometimes windows is a pita with caching stuff, just make sure if you ever plan to setup a domain, dont go to it before you setup the record
a year ago
in your namecheap
a year ago
the one that says "cname record"
a year ago
yeah, everything takes a little time to sync up, its brand new so just give it a few hours to a day
also quick doubt, how to prevent the "site isn't secure" thing from flashbanging me?
a year ago
nobody should have any problems though, not sure what dns services those are
a year ago
where?
a year ago
needed an http certificate, automatically created by railway for your domain or cloudflare if you were using it
a year ago
free plan?
also is there a way to dissable auto-deploy? incase I need to change many files I dont want it to deploy each file change
a year ago
how about ctrl+k > deploy latest commit
or maybe create a "deploy" branch and push there? still no idea ho branches work tho
a year ago
not sure actually, just tried it on one github service i have and it just redeployed the last deployed one, kind of useless?
@Jack is there a way to skip the building step if dependencies are already installed?
a year ago
?
(it shouldnt take long as those are supposed to already be installed)
a year ago
itll rebuild the entire app on each deploy, id suggest locally working on your app then deploying production
I enabled cli, but still when I update more than 1 document at once, it still stacks deployments








