platforms icon indicating copy to clipboard operation
platforms copied to clipboard

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.

Results 90 platforms issues
Sort by recently updated
recently updated
newest added

Has anyone been able to get auth for the latest version of this repo running locally? GitHub login doesn't work for me locally but works in production. The callback for...

`[domain]` conflicts with Next.js's [routing guide on internationalization ](https://nextjs.org/docs/app/building-your-application/routing/internationalization) that recommends a `[locale]` directory. How can this work with `next-intl/middleware` or something similar?

I see that Hashnode is loading a different theme (or UI settings) based on the tenant. How do I do the same?

When entering a specific post, the page generates non stop POST requests to thttps://app.domain.com/post/

I'm currently building an application that is based on this repo with two applications in a monorepo where users can create sites on a separate dashboard app. When a user...

When a user makes a new post to there site it returns error 500 when they visit the new post. Everything else seems to work fine

I followed [this](https://vercel.com/new/piyush-s-team/clone?demo-title=Platforms+Starter+Kit&demo-description=A+template+for+site+builders+and+low-code+tools.&demo-url=https%3A%2F%2Fdemo.vercel.pub%2F&demo-image=%2F%2Fimages.ctfassets.net%2Fe5382hct74si%2F40JwjdHlPr0Z575MPYbxUA%2Fd5903afc68cb34569a3886293414c37c%2FOG_Image.png&project-name=Platforms+Starter+Kit&repository-name=platforms-starter-kit&repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fplatforms&from=templates&env=NEXT_PUBLIC_ROOT_DOMAIN%2CNEXTAUTH_SECRET%2CAUTH_GITHUB_ID%2CAUTH_GITHUB_SECRET%2CAUTH_BEARER_TOKEN%2CPROJECT_ID_VERCEL%2CTEAM_ID_VERCEL%2COPENAI_API_KEY&envDescription=These+environment+variables+are+required+to+run+this+application.&envLink=https%3A%2F%2Fgithub.com%2Fvercel%2Fplatforms%2Fblob%2Fmain%2F.env.example&stores=[{%22type%22:%22postgres%22}]&) guide with the exact steps and deployed the application. Now I get 404 errors on every page. Looks like a lot of other people have faced the...

Today I was trying to host an application made with Django on Vercel, but a page appears `NOT FOUND` and when I check the project logs, the messages tell me...

Works fine on localhost:3000, i can create sites (subdomains) and posts on those sites and visit each of those posts using their subdomain on localhost. But after deploy on vercel...

On the path http://app.localhost:3000/post/[id] the dark color scheme fails--various components become light and the editor text fails to become lighter. This issue can be replicated on multiple browsers (I've tried...