Simon Uggla

Results 4 comments of Simon Uggla

The problem only seems to exist when the API is used while SSR. Requesting with postman does not throw any errors.

I ended up writing my own router based on h3 that can handle different request methods and route parameters. It's probably not the best approach, but if anyone wants to...

The "fix" for this is using h3 instead of express. Since my last comment, h3 now supports HTTP methods and path parameters (in other words DON'T use the one I...

Changing `vm.max_map_count=1048576` seems to have fixed the crashes in my limited testing.