platforms
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
122
platforms issues
Sort by
recently updated
recently updated
newest added
What is the license of this repository? Could someone add the license information to the repo?
When accessing a subdomain route such as `http://domain.localhost:3001/thank-you?card_id=order_XXXXXXX` the middleware rewrites the path to /s/vibees-sarma/thank-you, but the query parameters (e.g., card_id) are not preserved in the rewritten request. As a...