Custom domain heap js memory
gsiniguez
PROOP

4 months ago

When enter to custom domain my app crash "FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory"

$10 Bounty

17 Replies

gsiniguez
PROOP

4 months ago

My domain dns is in cloudflare


Try increasing the RAM resource limit in the settings for your service.


gsiniguez
PROOP

4 months ago

But wit generated domain not may problem


gsiniguez
PROOP

4 months ago

Domain works like 30 min, after some changes brokes


gsiniguez
PROOP

4 months ago

Why enter from custom domain heap memory?


gsiniguez
PROOP

4 months ago

Something in edge o somewhere is in bucle


Adding a custom domain should not affect the way the app behaves. Adding a domain is basically just adding another URL that points to that instance.

Did you make any code changes before adding the custom domain?


gsiniguez
PROOP

4 months ago

Generated works, custom cause heap memory

1436374308879339800


gsiniguez
PROOP

4 months ago

Dns config

1436374346892316700


gsiniguez
PROOP

4 months ago

Some reason i generated another dns app.domain and works


gsiniguez
PROOP

4 months ago

root domains is in trouble


Does this happen when you try to access the webpage several times locally? (I'm currently not able to access the generated domain at the time of writing this)


gsiniguez
PROOP

4 months ago

Never happened locally, after some railway builds root domain start to heap memory. For now im using subdomain (my client was waiting fix)


gsiniguez
PROOP

4 months ago

I think that something related to edge on railway or cloudflare start to do infinite loop


Does this only happen with puertoctes.com.ar? and not other subdomains?


gsiniguez
PROOP

4 months ago

Yes


I’d check the codebase to see if there’s anywhere in the code that’s fetching puertoctes.com.ar. That might be the cause of an infinite loop.


Loading...