vercel / platforms

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
https://app.vercel.pub
5.38k stars 688 forks source link

When accessing blog created on localhost, it returns 404 how do I solve this #384

Open douglasmarianodev opened 5 months ago

douglasmarianodev commented 5 months ago

I can access app.localhost:3000 and create websites. However, when accessing the created website, it returns error 404. Note that it is in a development environment, in production it is working perfectly.

localhost localhost2

alexanderbnelson commented 5 months ago

I'd investigate why that link to the site is saying blog-teste.http://app.localhost:3000 - your env vars might be wrong.

douglasmarianodev commented 5 months ago

wow bro, so obvious. kkkk thanks, solved it.