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

I checked Middleware #132 , I'm not sure how or why `Type 'typeof import("/vercel/path0/node_modules/unist-util-visit/index")' has no call signatures.` I'm very stuck and confused. ### Log ``` [23:06:36.129] Cloning github.com/kobykotiv/platforms (Branch:...

Hi there Have platform up and running on domain https://fastep-multitenant-platform.vercel.app/ But got error on additional domains https://fastep-multitenant-platform-it-lead-team.vercel.app/ ``` SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON...

Hey, I'm trying to do custom revalidation for my static pages, and I've followed the example given in the project, but every time I try to validate I get a...

I tried to put the specific path for custom domains, like below `my-domain.localhost:3000/posts/nextjs-awesome` -> returns 404 My project | _sites | ----posts |---index.tsx |----[slug].tsx It does not work. Can someone...

The only really notable change is the rename of `SECRET` to `NEXTAUTH_SECRET`, which is our recommended way of defining a secret. References to `SECRET` should be updated accordingly in https://vercel.com/guides/nextjs-multi-tenant-application...

Hi, I'm working on a platform using `Next.js 12.0.11-canary.8` This is my case - The main domain is: `maindomain.com` in production and `localhost:3000` in development - Each user gets a...

Hello. I have issues with i18n locales. I currently have only 2 locales, but when turned on in next.config all paths renders as 404 when deployed to Vercel. Locally everything...

I am using the platform code to write a multitenat application. When I perform a shallow router push in one of the subdomain URLs the url writes wrong extra information...

I added some platforms code to my app and everything was working fine until recently and now my subdomains on my production domain don't work. Here's what my component looks...

When using a setup with the `_sites/[site]` structure using `router.push` or `router.rewrite` with `shallow: true` causes a hard redirect, using `window.location.href`. e.g. ```ts router.push({ query: { s: ‘test’ }}, undefined,...