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 […]
Error Code: 1055. Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Error Code: 1055. Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by Solution:
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.
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 […]
How To Use Mongo Commands for Import and Export
Importing a database is made easier in mongo with just one command.
How to build your company website within an hour
This is an era of internet marketing. We identify a business with its web and social media presence. It’s necessary to have a website for every business. Just a one-page landing page is also sufficient to describe what your business is about. Many of us think that getting a business online is a hectic, long […]