A2va
Uncaught Client Exception
Hi! I recently deployed my blog website on cloudflare, and I hit a uncaught exception (
Error | Uncaught Client Exception
) when going to a post that doesn't exists.
https://a2va.dev/blog/example
It doesn't happens in local where it return the 404 page.
Code:
https://github.com/A2va/a2va.dev/blob/main/src/routes/blog/(post).tsx
https://github.com/A2va/a2va.dev/blob/main/src/routes/%5B...404%5D.tsx
PS: I tought this was only an issue with the blog sub path, but no it also happens on the 404 page.
https://a2va.dev/blog/4047 replies