Replies: 3 comments
-
@james0r Hi, is there any updates? I tried to change the preset in my ...
import {vercelPreset} from '@vercel/remix/vite';
export default defineConfig({
plugins: [
tailwindcss(),
hydrogen(),
oxygen(),
remix({
presets: [vercelPreset()],
future: {
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_throwAbortReason: true,
},
}),
tsconfigPaths(),
],
},
}); Now the deployment process completes without errors, but vercel does not detect functions and the application crashes. |
Beta Was this translation helpful? Give feedback.
-
Did you guys have any luck with Hydrogen Vite and Vercel? I somehow got past the NB: I am using it in a monorepo. |
Beta Was this translation helpful? Give feedback.
-
I am stuck exactly here. Having both problems above, first the |
Beta Was this translation helpful? Give feedback.
-
Anyone having any luck with this?
I'm getting
Beta Was this translation helpful? Give feedback.
All reactions