Replies: 9 comments 14 replies
-
|
@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.
-
|
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
|
Same here, we dropped the idea.
|
Beta Was this translation helpful? Give feedback.
-
|
React Router 7 can now be deployed to vercel. Does this change any of the issues here? |
Beta Was this translation helpful? Give feedback.
-
|
@gbalint @wizardlyhel I tried the official vercelPreset but then I can't successfully build locally anymore with yet a build with "npx react-router build" works locally and on vercel successfully this is the main blocker for us now, because the transition from remix(classic compiler) -> remix(vite) -> rr7 works within 2 days. |
Beta Was this translation helpful? Give feedback.
-
|
hydrogenPreset() will not work with triangle – vercel cause it relies on shopify hydrogen build --codegen
|
Beta Was this translation helpful? Give feedback.
-
|
Hey everyone! I've been working on a solution for deploying Hydrogen to Vercel and wanted to share it with the community. What it doesI created a custom
Key files
Dependencies
How to use
Hope this helps others who've been stuck on this! Happy to answer questions or accept feedback. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Anyone having any luck with this?
I'm getting
Beta Was this translation helpful? Give feedback.
All reactions