My workflow is attached.
I have a Supabase edge function that returns a 410 error if the verification Token is expired. If I pass no token, I do get a redirect (toddle sees this as an error) However, the page does not redirect if the token is expired, but a look at the network logs shows I do get a 410 response back. I could change the error code, but I was just curious if this is normal behavior? Does a 4xx response not count as "error" for toddle's API?