Does not work with Nextjs deployed on Vercel
See original GitHub issueDescribe the bug
I am trying to use bluelinky on vercel via api functions but getting error : ENOENT: no such file or directory, open '/var/task/node_modules/push-receiver/src/gcm/android_checkin.proto'
Usefull info(please complete the following information):
- OS: [Do not know what Vercel has]
- Bluelinky Version [v7.6.6]
- Region: [EU]
- Brand: [kia, hyundai]
Additional context Everything works on localhost and also on heroku. Just Vercel seems like problem.
Issue Analytics
- State:
- Created a year ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
How to Deploy a Next.js Site with Vercel
This guide will show you how to deploy a Next.js site and get your domain set up. Next.js is the React framework created...
Read more >Next.js and Vercel - Deploying Your Next.js App
Pages that use Static Generation and assets (JS, CSS, images, fonts, etc) will automatically be served from the Vercel Edge Network, which is...
Read more >Deploying NextJS to Vercel failed - Stack Overflow
Sometimes Vercel acts wired that my codes run locally(npm run dev) but fail after upload. This happens when I use Github automatic ...
Read more >How To Deploy Your NextJS App Through Vercel - Upmostly
Publishing your Next.js app can sometimes be a pain. One of the key benefits of using the Next.JS framework to create your website...
Read more >Deploying Next.js applications to Vercel - Nx
Skipping build if the application is not affected. One of the core features of Nx is to run code quality checks and builds...
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

yes yes, during build time or runtime there are no errors. Only after instance call.
I will try that.