Sourodip Roy·last commentBuilt PostPipe : Turn Any HTML Form into a Production-Ready Backend in MinutesBuilt PostPipe : Turn Any HTML Form into a Production-Ready Backend in Minutes Demo: postpipe.in Hi everyone! 👋 I'm a Computer Science student, and over the last several months I've been building PostPipe, a developer tool designed to simplify one of th
chiptumor·Why Vercel throws invalid vercel.json error when using JSONC commentsOf my experience with VSCode, most applications that use JSON for configurations have support for JSONC (JSON with Comments). Attempting to use comments in vercel.json throws an error on build: Error: Invalid vercel.json file provided I’d like support for comments in vercel.json s
Dbauszus·last commentHow to deploy Express apps in a Turborepo monorepo on Vercel without deprecated buildsWe are currently in process of turning our project into a Turborepo monorepo to have better control over shared dependencies and provide ways to extend the Express app with aditional routes from additional apps. I am aware that there are multiple questions in this regard in the...
Rawda Yasser·last commentCookies aren't stored in the browser after deploymenti am building a full stack web app using expressJS for the backend and NextJS for the frontend. I have bu
Danielmgc·last commentEADDRINUSE Adress already in use error when running vercel devI was following this tutorial to create and test a Node.js Express API and hosting it on Vercel: vercel.com/guides/using-express-with-vercel I did everything as instructed. When I run vercel dev, I see the message "> Ready! Available at localhost:3000" but after a few seconds I get