npm run build throws error on production server – FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed – JavaScript heap out of memory

This error occurs because the JavaScript heap memory limit is exceeded during the build process, causing the Node.js process to crash. This can happen when the build process requires more memory than the default heap limit allocated by Node.js. To resolve this issue, you can increase the memory limit allocated to Node.js during the build […]

Continue Reading

Error:25066067:DSO support routines:dlfcn_load:could not load the shared library : FCM – Node JS : Push Notifications

This is an openssl related error. Comment out the lines providers = provider_sect in the file/etc/ssl/openssl.cnf` Restart apache. Restart application.

Continue Reading

Node: EADDRINUSE: address already in use; Solved

Got this error anytime? Well, this is the most common error we get while starting a node server or running a node application. But do you know what does this error mean? EADDRINUSE (address already in use) error occurs when the port number where you want to start your server is already in use by other server. For example: if […]

Continue Reading

×
×

Ready to scale up your business?

Follow Us