How to read nextjs server action function name and parameters in middleware (app router)
When server actions are called, they manifest as a POST request from the user’s current route. I’m trying to get information about the function name and params in middleware