© 2023 Hashnode
#vercel
To upload a Next.js project to Vercel, you can follow these steps: Install the Vercel CLI (Command Line Interface) globally on your machine if you haven't already. You can install it using npm: npm install -g vercel Navigate to the root…
Introduction In our Build a secure web application with Platformatic, Auth0 and Next.js tutorial, we created a full stack blog application with Platformatic, Auth0 and Next.js. Now we're going to depl…
CAUSES NODE VERSION: Using Node version 17 and above, Docker: Building with docker pulls the latest version of node.js by default {Node: LTS}. The problem here is Node.js 17's push to use OpenSSL 3, changing the code required for the in…
If you have tried manually deploying apps to production, then you may know how nerve-wracking things can be. Even the slightest mistake could cause the production database to be deleted, leading the c…
Are you tired of using website analytics platforms that compromise your users' privacy and deal with consent banners on your website? Do you want to build your own analytics platform that respects you…
Demo For a pretty long time, I am trying to build a saas solution for content-heavy teams and influencer teams called reach. Being an advocate of open source I believe in building in public. Hence her…
This blog is part 4 of "Creating a Project Using Public Data for Fun and Profit".Previous posts: part 1 part 2 part 3 In this part, we will cover: Adding support for Twitter and Facebook cards …
Introduction If you're looking for a tool to easily deploy your web applications and APIs, Vercel might just be the solution you need! But what is Vercel, you ask? Well, in a nutshell, it's a cloud pl…
This blog is part 3 of the "Creating a Project Using Public Data for Fun and Profit" series.Previous posts: part 1 part 2 In this part, we will cover: Adding a favicon Adding a sitemap and robot…
This year we organized the second iteration of React Miami Conference on April 20th and 21st in Miami, FL. While organizing the conference, Vercel released a Beta version of their new Analytics dashbo…