Error in vercel deploy: TypeError: Cannot read properties of undefined (reading 'v2_meta')
See original GitHub issueWhat version of Remix are you using?
1.6.7
Steps to Reproduce
clone repository by ssh: git clone git@github.com:Lucas-Eduardo-Goncalves/pac.app.git
then add this repository to vercel, and try.
Expected Behavior
My site should work normally. On localhost I can’t find it works normally.
Actual Behavior
I find the error message: TypeError: Cannot read properties of undefined (reading ‘v2_meta’)
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:19 (3 by maintainers)
Top Results From Across the Web
Vercel deployment fails "Cannot read properties of undefined ...
I'm building a ReactJS/NextJS website and I was going to deploy it online using Vercel. During the build I have some warnings as...
Read more >typeerror: cannot read properties of undefined ... - You.com
On my machine the application is working correctly but when I deploy it to vercel it shows this error. Below is my movie.js...
Read more >Errors – Vercel Docs
A list of errors provided by Vercel CLI or the REST API, with details on how they occur and how to resolve them....
Read more >Getting multiple TypeErrors when deploying using Vercel.
I'm trying to deploy my webapp for the first time and I'm getting this error on Vercel: TypeError: Cannot read property 'split' of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closing in favor of https://github.com/vercel/vercel/issues/9010
Seem you are missing edit the remix config while you want to deploy to Vercel. In
remix.config.js
Create new
server.js
file at your root folder (the same level ofremix.config.js
)