#Unexpected Route Matching
2 messages · Page 1 of 1 (latest)
I followed this particular example: https://docs.astro.build/en/guides/integrations-guide/node/#middleware
2 messages · Page 1 of 1 (latest)
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?
I followed this particular example: https://docs.astro.build/en/guides/integrations-guide/node/#middleware