SSR Deployment(Vercel / Netlify)
-
What I tried is:
- (Import Git repository)-deploy quasar (spa) on (Vercel/Netlify)
Build command: quasar build -m spa
Directory: dist/spa
Result: work
- (Import Git repository)-deploy quasar (ssr) on (Vercel/Netlify)
Build command: quasar build -m ssr
Directory: dist/ssr
Result: not work
Vercel - shows the content of index.js
Netlify
- deploy quasar (ssr) on Vercel with vercel.json
Result: not work (same result)
Does vercel/netlify support ssr deployment? How to make it successfully deployed on vercel/netlify?
thnaks~
- (Import Git repository)-deploy quasar (spa) on (Vercel/Netlify)
-
Netlify only support next.js SSR deployment. I don’t know about vercel.
https://www.netlify.com/blog/2020/12/07/announcing-one-click-install-next.js-build-plugin-on-netlify/