At first it showed live, but when i tried opening it to see if i worked, it showed me the above error.
Hi there,
This error means your NodeJS process ran out of memory. Debugging NodeJS memory issues can be difficult, even more so once you have moved your application to the cloud. I would start by just adding simple debug statements to your code to see if the issue always occurs in the same place. This may allow you to pinpoint where your service uses too much memory if it occurs in the same place.
The easy solution to resolve this may be to upgrade to a larger compute instance, which gives you more than 512MB of memory.
Regards,
Keith
Render Support, UTC+10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.