Skip to content

Query Params not updated when in web socket mode #1276

@richard-to

Description

@richard-to
  • The query params are read on load by the app
  • The query params on initial load are correct
  • Later there is a me.navigate that updates the query params
  • The URL updates correctly here
  • Then later the web socket disconnects and connects again. The query params are read on load, but the updated query params are not used. instead the initial query params are still being read.

Seems like this could be an issue with web sockets since I think maybe the updated query param state is not being passed back to the server. Normally this would be passed by SSE mode. But haven't looked too closely at the issue.


Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions