[GH-ISSUE #71] [Question] WebSocketException: Connection to 'http://127.0.0.1:50489/D9voQYkoTug=/ws#' was not upgraded to websocket #40

Closed
opened 2026-03-23 20:30:50 +00:00 by mirror · 1 comment
Owner

Originally created by @xurenda on GitHub (Nov 22, 2021).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/71

When I run front-end and back-end projects.
In the front-end project console output:

Exception attempting to connect to the VM Service: WebSocketException: Connection to 'http://127.0.0.1:50489/D9voQYkoTug=/ws#' was not upgraded to websocket
This was attempt #1200. Will retry in 0:00:01.600000.

Back-end project listening to port 8000, to start a front-end project, you need to specify the server port:

flutter run --host-vmservice-port 8000

But it seems that there is a problem with the WebSocket port.
What can I do to make WebSocket work properly? Adding configuration or forgetting to start some services? Thank you for your help!

Originally created by @xurenda on GitHub (Nov 22, 2021). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/71 When I run front-end and back-end projects. In the front-end project console output: ``` Exception attempting to connect to the VM Service: WebSocketException: Connection to 'http://127.0.0.1:50489/D9voQYkoTug=/ws#' was not upgraded to websocket This was attempt #1200. Will retry in 0:00:01.600000. ``` Back-end project listening to port 8000, to start a front-end project, you need to specify the server port: ``` flutter run --host-vmservice-port 8000 ``` But it seems that there is a problem with the WebSocket port. What can I do to make WebSocket work properly? Adding configuration or forgetting to start some services? Thank you for your help!
mirror 2026-03-23 20:30:50 +00:00
  • closed this issue
  • added the
    notes
    label
Author
Owner

@appflowy commented on GitHub (Nov 22, 2021):

The frontend with the backend is not ready yet. I'll make a docker image for later use.

<!-- gh-comment-id:975050361 --> @appflowy commented on GitHub (Nov 22, 2021): The frontend with the backend is not ready yet. I'll make a docker image for later use.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#40
No description provided.