How to append something to the request object in NextJS middleware?
In the NextJS middleware file I am trying to add the user property to the request object. But it’s not working. I checked the NextJS middleware docs and found no mention of any hiccups when trying to do this action. Would appreciate some input. Thank you