Skip to content

Connect to HMR websocket #14354

Closed Answered by RomaLefrancois
RomaLefrancois asked this question in Q&A
Discussion options

You must be logged in to vote

Not sure why, but I got it to work by setting hmr on a different port.

server: {
    host: "0.0.0.0",
    port: 8887,
    strictPort: true,
    hmr: {
      host: "0.0.0.0",
      port: 8886,
    },
  },

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ethan-tqa
Comment options

Answer selected by RomaLefrancois
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants