#Unexpected Route Matching

2 messages · Page 1 of 1 (latest)

livid laurel
#

My SSR deployment is behaving is a very weird way with Fastify.

For example. I have a route called /people/:peopleId/join/:inviteId and when the inviteId is something like 404ja232jh32j3hkj4 then the server returns 404 instead. All the other values work flawlessly. Is there a workaround to fix this problem?

livid laurel