T
Typebot12mo ago
jtalwar

custom domains on self-hosted instance

Hello. Anyone got custom domains up and running on a self hosted instance? I can’t seem to get the drop-down to show up. I’ve set all environment variables correctly.
4 Replies
jtalwar
jtalwarOP12mo ago
Hey. Done on Vercel. This is the error: Something went wrong TRPCError: Failed to create custom domain on Vercel at /var/task/apps/builder/.next/server/chunks/9108.js:1:31697 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async resolveMiddleware (file:///var/task/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:420:30) at async callRecursive (file:///var/task/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:456:32) at async outputMiddleware (file:///var/task/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:301:24) at async callRecursive (file:///var/task/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:456:32) at async callRecursive (file:///var/task/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:456:32) at async callRecursive (file:///var/task/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:456:32) at async callRecursive (file:///var/task/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:456:32) at async resolve (file:///var/task/node_modules/.pnpm/@[email protected]/node_modules/@trpc/server/dist/index.mjs:486:24) { code: 'INTERNAL_SERVER_ERROR', [cause]: undefined } Everything is set up correctly, I even tried changing domain api version. No result. Hey. Any idea why this could happen. Still not figured it out?
Baptiste
Baptiste12mo ago
Pleas check server logs and provide it 🙂
mahadevbhakt
mahadevbhakt12mo ago
Why is it only locked in for vercel?

Did you find this page helpful?