Aug 2025Web development2 min readHow to fix [prerender-spa-plugin] Unable to prerender all routesHow I fixed the prerender error with prerender-spa-plugin, it worked yesterday but today not, just try to add a param to your webpack maxConcurrent ...
Aug 2025Web development1 min readHow to add SSL certificate to nginx for FREEFirstly we have to issue certificates, I use this service to get it done. https://www.sslforfree.com you just enter a domain name for which you need a certificate and then download the archive with certificates. The...
Aug 2024Web development1 min readProblem binding to port 80: Could not bind to IPv4 or IPv6.sudo certbot certonly --standalone --rsa-key-size 4096 --agree-tos --preferred-challenges http -d yourdomain