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 689 forks source link

This repo yields no success. Jumping to the latest pull request from repo janpio/platforms works great #308

Closed prodkt closed 9 months ago

prodkt commented 10 months ago

Found in the pull requests. Simply over-riding the pull from vercel/platforms with janpio/platforms pnpm i && pnpm dev all works flawlessly. Something in this main branch causing all the pain. Just a heads up!

onwp commented 10 months ago

@prodkt it's next-auth package that is not fully compatible with latest nextjs 13 canary and throwing error while installing packages.

if you use --legacy-peer-deps flag while installing packages, like: npm i --legacy-peer-deps then it works.

jesper-bylund commented 9 months ago

Why don't we update the package to contain a non-breaking combination of packages?

steven-tey commented 9 months ago

Sorry about this – this should be fixed now! 🙏