-
Notifications
You must be signed in to change notification settings - Fork 11
DeepWiki not working properly with Firefox. #2
Description
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>.
Then the next request is switching to websocket and sending all the response using that socket.
Now, when I am doing the same on Firefox. It is sending a POST request first.
And then it sends a GET request in the same manner with a query_id in the format <initial-query>_<uuid>.
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.
Can you please take a look at it. Thanks.