Will Scott-Rodriguez
Will Scott-Rodriguez
Just an idea/question as you're using SSR through express, why not use Next.js? You could port it over, take away your router and manage the API route there as well....
@amauryfischer apologies, didn't mean SSR. You probably don't need that feature, it's more for the api routing inside next js itself. You can read more about it here: https://nextjs.org/docs/api-routes/introduction
After a bit of testing, it looks like it works initially but at build time it looks like it creates a memory leak. I get back this error: ``` FATAL...
@chrishoermann sorry for the delay in getting back to you. Turns out it was just an internal error with my packages being too big haha. After cleaning up my packages...