Issues deploying a static web site

I followed the example in the documentation deploying a static web site. Everything seemed to work fine.

However the URL to the site doesn’t work: empty-bird-9172.fly.dev. That’s the URL that flyctl tries to open and your portal.

But I can view it by IP address: Hello from Bill

Any guess what I did wrong?

EDIT. It started working. There was a bit of a delay. As in minutes of delay. But it’s working now.

We make DNS entries (using DNSimple) for each new app when you create it. It’s possible the DNS changes took a few minutes to propagate, though it should normally be fast!

If you notice that again, you can try running: curl -v https://<app>.fly.dev to get some debugging information.