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 as301!
, which doesn’t appear to be the case given your rule… or aforce: true
innetlify.toml
) - the force ensures that ALL traffic, even to pages which exist, are remapped