Next.js Discord

Discord Forum

How to deploy a next multizone?

Unanswered
Streak-backed Oriole posted this in #help-forum
Open in Discord
Avatar
Streak-backed OrioleOP
Trying to find out how to deploy a multizone app. I have my github linked to vercel's dashboad site. Seems like I set the second next app as my root to deploy then deploy the main next app but that's not working.

4 Replies

Avatar
Streak-backed OrioleOP
Should I just deploy each separately and use rewrites to handle it?
Avatar
Streak-backed OrioleOP
added some eslint rules now I get this error
unhandledRejection TypeError: Endpoint URL must start with http: or https:.
at assertEndpointUrl (/vercel/path0/back-alley-solana/node_modules/@solana/web3.js/lib/index.cjs.js:5903:11)
at new Connection (/vercel/path0/back-alley-solana/node_modules/@solana/web3.js/lib/index.cjs.js:7089:25)
at /vercel/path0/back-alley-solana/.next/server/chunks/163.js:461:20 {
type: 'TypeError'
Avatar
Streak-backed OrioleOP
Figured out multizone. Just deploy each separately and use rewrites. Will one day make a monorepo but tailwind css hasn’t worked for me with that.