Skip to content

DeepWiki not working properly with Firefox. #2

@sbdtu5498

Description

@sbdtu5498

Hi team. When I am using DeepWiki with Chromium-based browsers, it's working just fine. For example here's the request flow that I traced. It is creating a GET request with a query_id in the format <initial-query>_<uuid>.

Image

Then the next request is switching to websocket and sending all the response using that socket.

Image

Now, when I am doing the same on Firefox. It is sending a POST request first.

Image

And then it sends a GET request in the same manner with a query_id in the format <initial-query>_<uuid>.

Image

But this request is getting the response "query not found".

Also it shows a momentary error on the UI "ada query not found". And then the screen remains in this state as it continues to send GET requests repeatedly at intervals.

Image

Can you please take a look at it. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions