I am trying to deploy my next js app that uses mongodb and mongoose. Everything works fine on localhost however when I deploy to vercel I'm getting this error from the logs:
I have double-checked my environment variables and everything seems fine with them.
Here are the pages that bring in data using getServerSideProps:
Any help would be much appreciated!