Using NextJS API routes works in dev but not in prod
Hi folks, Thank you for building this awesome framework. I followed the next js example to get started. I was able to build a great extension (I think). I need to make outside API calls, so I created some API routes under
/src/pages/api
/src/pages/api
And I can call them by making an "internal API call" from the client