Server Functions with method: "POST" still use GET requests
When creating a reusable server function helper with middleware like this:
And then trying to specify the method when using it:
Check the Network tab - it sends a GET request with extremely long URL.
And then trying to specify the method when using it:
Check the Network tab - it sends a GET request with extremely long URL.