How do I deal with my 500 error from my stripe integration?
I am trying to create a stripe session for my checkout in my Next.js project, and I have two issues. One is that for some reason, when I am sending body information in my fetch call, it does not seem to be arriving there. When I try to extract the information, such as amount, it is undefined.