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 102 platforms issues
Sort by recently updated
recently updated
newest added

I'm getting this error when i run fresh install `Query: select "accounts"."userId", "accounts"."type", "accounts"."provider", "accounts"."providerAccountId", "accounts"."refresh_token", "accounts"."refresh_token_expires_in", "accounts"."access_token", "accounts"."expires_at", "accounts"."token_type", "accounts"."scope", "accounts"."id_token", "accounts"."session_state", "accounts"."oauth_token_secret", "accounts"."oauth_token", "users"."id", "users"."name", "users"."username", "users"."gh_username", "users"."email",...

I have a server action that I call in my useEffect, and I can verify that on my server the action gets called but the response on the client is...

npm WARN ERESOLVE overriding peer dependency npm ERR! code ETARGET npm ERR! notarget No matching version found for @tanstack/[email protected]. npm ERR! notarget In most cases you or one of your...

Is there a way I can setup database of my choice other than vercel postgres locally?

I have been trying to redirect the login page of the app for a while this is how I got it done. https://github.com/vercel/platforms/blob/7e3355678a56d9368e49cd090d729701ba4eff57/middleware.ts#L62-L69 ```typescript if ( hostname === "localhost:3000" ||...

In the middleware at this part where it matches requests accessing the app subdomain: ``` if (hostname == `app.${process.env.NEXT_PUBLIC_ROOT_DOMAIN}`) { const session = await getToken({ req }); if (!session &&...

Is it possible to implement dynamic PWA now? It would be great if each subdomain can be its own PWA.

# the problem ![image](https://github.com/user-attachments/assets/391aeae0-1726-4a54-b8f0-b50d4114f026) with the ID: `xxxxxxxxxxxxxxxxxxxx,etc.` ## the domain has the suggested A record ![image](https://github.com/user-attachments/assets/46c63281-2539-45d4-93ab-75040de608ee) ## and the suggested cname record ![image](https://github.com/user-attachments/assets/48e94e0c-5892-4bec-8135-ca79c097aaae)

Root layout is in the app folder and there's no access to head in the domain level even though for all matters it should be the root layer.

Title. Would be great if the docs could get updated to reflect new changes.