#How to deploy a next multizone?

5 messages · Page 1 of 1 (latest)

rapid lion
#

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.

blazing sorrelBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

      🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in <id:customize>

      ✅ You can mark a message as the answer for your post with `Right click -> Apps -> Mark Solution`
      (if you don't see the option, try refreshing Discord with Ctrl + R)
rapid lion
#

Should I just deploy each separately and use rewrites to handle it?

rapid lion
#

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'