Hi, I have a number of console.logs in a POST request to api/assistant. While this works in development, the POST doesn't work as it should in production. I have tried to add some console.logs to the POST function, however they don't seem to appear in the runtime logs. I have noticed that it seems to be an issue for others: https://github.com/vercel/next.js/discussions/21000. Could someone point me in the direction so that I can view the console.log in Production. Any help is greatly appreciated! Thank you.