No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    SSR Deployment(Vercel / Netlify)

    Help
    deployment ssr
    2
    2
    671
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      IO2021 last edited by IO2021

      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
      螢幕快照 2021-01-20 上午11.49.54.png

      Netlify
      螢幕快照 2021-01-20 上午11.50.21.png

      • 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~ 🙂

      1 Reply Last reply Reply Quote 0
      • Hawkeye64
        Hawkeye64 last edited by

        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/

        1 Reply Last reply Reply Quote 0
        • First post
          Last post