-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VERCEL Deployment: Impossible to deploy vercel when using "VITE" #1931
Comments
The server build is created by default in Also, if you're not going to deploy to Oxygen, you probably can build the project using Remix CLI or Vite directly instead of Hydrogen CLI. |
Vercel is now providing support for Remix with Vite with a preset. @frandiox I'm also trying to deploy to Vercel but I don't see any option to set the entry point for server. Do you know any ressource that can help us to deploy to Vercel ? Also do you have a working example for the |
Unfortunately, I'm not familiar with it. It seems they don't recommend adding a custom entry point: https://vercel.com/docs/frameworks/remix#using-a-custom-server-file I'm not sure what's the way they have to use |
Hello is there any update on this ? @frandiox @quentinlagache @justminenguyen Thanks! |
Is there any repository we can refer to if we want deploy the latest hydrogen to vercel? |
any ressource, or repository we can refer to? @frandiox |
What is the location of your example repository?
Hydrogen Demo Store
Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
2024.1.4
What version of Remix are you using?
2.8.0
Steps to Reproduce
Try to deploy the Hydrogen demo store to Vercel
Expected Behavior
Deploy the hydrogen demo store when using vite.
Actual Behavior
I got these issue:
With Vercel cli:
It's worked fine when run build and preview in local with minioxygen runtime.
The text was updated successfully, but these errors were encountered: