maddy
maddy
CCConvex Community
Created by maddy on 4/8/2023 in #support-community
Getting identifier conflict when deploying on Vercel
Hi Tom thanks for offering to help here. Let me get back to you on this and try to give you more reproducible logs.
9 replies
CCConvex Community
Created by maddy on 4/8/2023 in #support-community
Getting identifier conflict when deploying on Vercel
{ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true, "types": ["vitest/globals"], "paths": { "@/": ["./"] } }, "include": ["next-env.d.ts", "/*.ts", "/*.tsx"], "exclude": ["node_modules"] }
9 replies
CCConvex Community
Created by maddy on 4/8/2023 in #support-community
Getting identifier conflict when deploying on Vercel
npm run build succeeds locally. Yes there is a tsconfig.json in my repo because it is an existing NextJS app to which I added Convex. It is not a vite app btw.
9 replies
CCConvex Community
Created by maddy on 4/8/2023 in #support-community
Prod deployment settings page never loads
Yes I just verified that it works now. Thanks 🙏 for such a quick turnaround!
4 replies