Redirects work as expected on default URL but not on my custom domain

Hey there! I can see that the index.html is now being served at https://honk.gq.

With your /* /.netlify/functions/server/:splat rule, you would get the error if:

  • index.html wasn’t available (most likely)
  • You had a force in your redirect rule (in a _redirects file, this is denoted with a ! after the status code, such as 301!, which doesn’t appear to be the case given your rule… or a force: true in netlify.toml) - the force ensures that ALL traffic, even to pages which exist, are remapped