Greetings! I'm currently trying to deploy my Next.js project and I'm getting this error after setting up a cloud function on firebase:
I'm on an extremely tight deadline so any help is greatly appreciated!
Thank you all.
Greetings! I'm currently trying to deploy my Next.js project and I'm getting this error after setting up a cloud function on firebase:
I'm on an extremely tight deadline so any help is greatly appreciated!
Thank you all.
Hi , welcome to the Vercel Community!
Adding a .vercelignore file to the root of your project with the following content should solve this issue:
/functionsI found this solution at https://stackoverflow.com/questions/71878826/type-error-cannot-find-module-firebase-functions-or-its-corresponding-type-de
Please post the outcome in the thread to help others.
thank you very much! That solved it