Navigation

    Quasar Framework

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

    Deploying Quasar SSR App to Azure

    Help
    2
    4
    26
    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.
    • M
      MGO13 last edited by

      Hi all,

      Has anyone deployed to Azure Web App Quasar SSR?
      After deployment, visiting the URL gives me a blanck screen with the following:
      {{ Q_HEAD_TAGS }} {{ Q_BODY_TAGS }}.
      Thanks

      beets 1 Reply Last reply Reply Quote 0
      • beets
        beets @MGO13 last edited by

        @MGO13 I haven’t used Azure, but it sounds like the node process isn’t running, and instead you’re serving from dist/ssr/www.

        M 1 Reply Last reply Reply Quote 0
        • M
          MGO13 @beets last edited by

          @beets , thanks for this answer. I have something to dig into.
          Will keep this post updated after some more tests…

          beets 1 Reply Last reply Reply Quote 0
          • beets
            beets @MGO13 last edited by

            @MGO13 Definitely report back in case anyone else finds themselves in this situation. The short of it is, that you need azure to start a node process running dist/ssr/index.js which will start a server on process.env.PORT, or port 3000 if that env variable is not defined. Then I’m sure azure has some feature to proxy that to an ssl terminator.

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