I am trying to use Render’s integration with Redwood, but I can’t get rid of multiple problems. I really like Render’s mission and I think it’s a shame and a lost opportunity if Redwood’s integration wasn’t as good as all other parts of Render.
Knowing that this is an “official” integration, I’d expect, I could just run the command and get it working. I’ve tried that, but I first struggled with
“Out of memory (used over 512MB)” error that I had to “silence” by changing the build command to
startCommand: yarn rw deploy render api --prisma=false --data-migrate=false
I hope I didn’t miss anything obvious and I’d be very grateful for any help.
Thanks!
EDIT:
Funnily enough, I (think I) found a solution right after posting this - it seems like I pointed the rewrite URLs to my webapp url instead of the API url. Anyway, not sure if this is of any help.