amianthus
amianthus
Explore posts from servers
CCConvex Community
Created by amianthus on 4/14/2025 in #support-community
Can't deploy to Vercel with Next.js
Sentry doing its stuff is expected - but as you can see "bun run build" is being executed again Without convex, the cmd "bun run build" wont actually be executed at all on vercel, it will recognise it was already ran prior and ignore that. With convex, because npx convex deploy is actively executing the cmd "bun run build", it makes sense for it to run twice But what I wanted to happen was "npx convex deploy --cmd "bun run build" to not execute at all. just like prior to not having convex Vercel should detect the inputs havent changed, so nor should the outputs Not sure if this is a convex or vercel issue, but I hope this stuff helps
9 replies
CCConvex Community
Created by amianthus on 4/14/2025 in #support-community
Can't deploy to Vercel with Next.js
it seems like if i redeploy with changed env keys or whatever non-code base change it is, it wont use the build cache
9 replies
CCConvex Community
Created by amianthus on 4/14/2025 in #support-community
Can't deploy to Vercel with Next.js
ok i got that to work, but does convex currently support a vercel build cache?
9 replies
DTDrizzle Team
Created by amianthus on 1/12/2025 in #help
$defaultFn() for an ISO timestamp in a text() field set as NULL
Actually I've just noticed that none of my default() functions work properly profile pictures: if google oauth doesnt return a response then it will leave the cell NULL even though the default is set image: text('image').default('https://i.imgur.com/[...].png'),
2 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
😭 i did a few dodgy workarounds but ill be sure to try that
40 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
@kapa.ai where exactly does "serverSetup: import { serverSetup } from "@ext/serverSetup.js"" go in the main.wasp file?
40 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
@kapa.ai Im using typescript
40 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
@kapa.ai how can i use the express-fileupload middleware with wasp?
40 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
@kapa.ai how do i create an API route using wasp?
40 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
😔
40 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Dynamic Route
@kapa.ai are you sure theres nothing i can add to
route DashboardRoute { path: "/dashboard", to: Dashboard }
page Dashboard {
component: import Dashboard from "@src/dashboard/Dashboard"
}
route DashboardRoute { path: "/dashboard", to: Dashboard }
page Dashboard {
component: import Dashboard from "@src/dashboard/Dashboard"
}
to get this feature in?
40 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Entire app being invisible if ad blocker is enabled
fully fresh install
7 replies
WWasp
Created by amianthus on 8/5/2024 in #🙋questions
Entire app being invisible if ad blocker is enabled
locally
7 replies