nuxt/firebase + Vercel SSR?
See original GitHub issueI’ve been trying to deploy my Nuxt SSR app build with nuxt/firebase on Vercel and it keeps throwing the following errors:
WARN Error enabling offline persistence. Falling back to persistence disabled: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Deploying Nuxt SSR Universal App on Vercel serverless ...
I made the project following a course, the tutor also hosts the project on vercel. My app is bigger because I used alternatives...
Read more >Where are you hosting your nuxt app? - Reddit
I'm using server side rendering (SSR), which normally run on a node sever in backend. But, according to vercel doc they handle SSR...
Read more >Create a SSR + Serverless App with Firebase & Nuxt.js within ...
It's so easy to make a web app UI with Vue.js. Nuxt.js is using Vue.js technology to make SSR(Server Side Rendering) possible. I...
Read more >Deploy Nuxt to Vercel - DEV Community
Here's how I deploy Nuxt JS to Vercel. This method is still running on February 1, 2022. Maybe in the future the method...
Read more >Vercel - Nuxt
For more information, see this Vercel guide . SSR with Vercel. To deploy a serverless Nuxt runtime with Vercel , the Nuxt team...
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
Here is a workaround Why this happens (see the full issue @nuxtjs/vercel-builder #41)
Having the same issue #557
@cfofiu Did you find any solution for this?