-
Notifications
You must be signed in to change notification settings - Fork 396
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Summary 💡
Currently all server function calls use _server route. It would be easier to log and debug errors if the route has more details eg _server/function-name.
As I understand anything going to _server will be processed in the same function and is just looking for id
and name search prop. So I propose we just add the function name to the url and dont change anything on the logic side.
I am not sure if function extraction is handled by Solid start or Vinxi and also if function name is the name of the function it extracts from or just random cause I am not always able to get a readable function name.
Examples 🌈

Motivation 🔦
We find that with our logging and debugging that having everything go to the same url makes it difficult to know which function is being called and thus difficult to resolve issues or to setup proper observability.