Back
Similar todos
Continuing to try to get the dokku example app working. I'm getting an error when I visit saying "Web server is down" but it's not clear to me where to look for additional information about what exactly the problem is. The Digital Ocean logs for the subdomain app don't show any errors or even requests.
See similar todos

No replies yet

Continuing to try to get my dokku API to work, looking into an `ERR_CONNECTION_REFUSED` error. I posted for help on the dokku github: github.com/dokku/dokku/issues… I suspect the issue may be caused by my not having SSL set up but I'm not sure. I can't even find the logs where the refused connection is being logged.
See similar todos

No replies yet

Continuing to look into the CORS error I'm getting when my frontend tries to make an API request to my backend; it seems my backend dokku app wasn't deployed for some reason; destroyed my existing go dokku app and recreated it and then struggled with an error for a while before realizing I had the same issue a few days ago and the solution was to run `dokku builder:set backend-app build-dir backend`; now getting an error saying the download for my specified version of Go is "unknown to the buildpack"; after much trial-and-error I realized the problem was that Dokku has a stupid error message that makes it sound like it has already automatically chosen a Go buildpack when in fact it has not. I was additionally getting confused because I was seeing Dokku installing Go and not realizing that was because of my +heroku instruction in my go.mod file rather than Dokku automatically using a Go buildpack. The solution was to specify a Go buildpack for my app with `dokku buildpacks:add <my-app> heroku/go`. Now getting a new error: "Failed to connect to database". Fixed it by switching my code to use the `DATABASE_URL` environment variable that Dokku creates for your code to connect to the db. My `git push dokku main` finally succeeded, but I'm still getting a CORS error. Eventually figured out it was because my Dokku app name was `whatdo-backend` when I had forgotten that that would also be the name of the subdomain, so I had to delete the app and recreate it with the name `api`. I also created a `/ping` health-check URL to help me debug this more quickly. I'm now getting a 521 error, I think maybe because Dokku is running on http and Cloudflare is reaching out via https?
See similar todos

No replies yet

attempt using custom subdomain with dokku+ec2, get frustrated #hapramp
See similar todos

No replies yet

Started learning Dokku / trying to set it up with Digital Ocean. ty @ben ... joined the dokku discord; went through this guide: dokku.com/docs/getting-starte… ; switched my whatdo domain in DigitalOcean to point to the new dokku droplet ; asked for help in the forum to understand what it means for "the web UI [to be] submitted": github.com/dokku/dokku/discus… ; I think it's referring to the DO UI for creating the new droplet ; next step for tomorrow: go through this guide: dokku.com/docs/deployment/app…
See similar todos
Dokku: Starting going through this guide: dokku.com/docs/deployment/app… Got stuck for ~40mins on `git push dokku main` b/c I hadn't run the `git remote add dokku <url>` command correctly: I had to specify my droplet's IP instead of my domain name (b/c cloudflare blocks port 22), I wasn't supposed to start the URL with ssh://, and I somehow ended up with the wrong IP in the URL at one point.
See similar todos

No replies yet

fix domain monitoring and rare issues with ssl #spectate
See similar todos

No replies yet

setup DNS+SSL via Cloudflare for #djangonews
See similar todos

No replies yet

fix a DNS issue on #awesomedjango and Cloudflare has definitely made some backend rule changes or I wouldn't have to keep doing these fixes
See similar todos

No replies yet

dns records connect with cloudflare, vodien successfully #fajarsiddiq
See similar todos

No replies yet

🔨 fought getting my domain to work for unknown reasons. SSL is still being a pain and I'm using Cloudflare... le sigh
See similar todos

No replies yet

Fix Cloudflare dns issues
See similar todos

No replies yet

Wasted the whole day trying to figure out why I can't proxy one of my DNS records on Cloudflare. Solved!
See similar todos

No replies yet

Fix SSL in Cloudflare #progressionpage
See similar todos

No replies yet

fix DNS issue preventing domains from resolving correctly #faces
See similar todos

No replies yet

www.kiru.io doesnt' work #kiruio => Fixed DNS entries
See similar todos

No replies yet

find dysfunctioning domain names on Cloudflare who have wrong IP set in DNS #life
See similar todos

No replies yet