testsigmahq / testsigma

A powerful open source test automation platform for Web Apps, Mobile Apps, and APIs. Build stable and reliable end-to-end tests @ DevOps speed.
https://testsigma.com
Apache License 2.0
897 stars 187 forks source link

[Bug]: Widget "Loading Recorder, please wait for a moment" #364

Closed mateusscheper closed 1 year ago

mateusscheper commented 1 year ago

Is there an existing issue for this?

What is the current behavior?

When I click "Record" and put an URL, the widget starts loading but gets stuck at "Loading Recorder, please wait for a moment". By looking at Chrome's console, I see this:

WebSocketClient.js:16 WebSocket connection to 'wss://localhost:3000/ws' failed: 
[webpack-dev-server] Event {isTrusted: true, type: 'error', target: WebSocket, currentTarget: WebSocket, eventPhase: 2, …}
index.js:551 [webpack-dev-server] Trying to reconnect...

What is the expected behavior?

Load the widget.

Steps To Reproduce

  1. Create a test;
  2. Click 'Record';
  3. Type an URL and hit ENTER;
  4. Reach the issue.

Version

Testsigma Community Edition

amitpersonal007 commented 1 year ago

@mateusscheper Let me check this internally and get back

mateusscheper commented 1 year ago

@mateusscheper Let me check this internally and get back

Thank you. Let me know if you need any info/tests.

Abishekpraveen commented 1 year ago

Has this issue been resolved?

mateusscheper commented 1 year ago

Sorry my absence. I deleted ~/.testsigma/ dir and it worked again.