openbullet / OpenBullet2

OpenBullet reinvented
https://docs.openbullet.dev/
MIT License
1.8k stars 481 forks source link

[Bug]: There are no button to run the debugger #1068

Closed priv2024 closed 4 months ago

priv2024 commented 4 months ago

This issue respects the following points:

Description of the bug

I am using the latest version of Openbullet 0.3.1 (it also occurs in 0.3.0).

When editing a Config, in the Stacker page and in the Debugger tab, I am able to define my settings (data, proxy and so on) but there are no "start" button like there was before 0.3.0

Reproduction steps

  1. Start OpenBullet 2 web client
  2. Log in as the admin user
  3. Navigate to Configs
  4. Select any Config. If there are not then create a new config.
  5. Go to Stacker page
  6. There are no button to start the Debugger.

What is the current bug behavior?

There are no button to start the debugger.

What is the expected correct behavior?

There should be a button named "Run" or "Start" like there was before 0.3.0

Version of the client

0.3.1 and 0.3.0

Type of client

Web client

Environment

- OS: Arch Linux
- Virtualization: KVM
- Browser: Firefox 127

OpenBullet2 logs

No response

Client / Browser logs

No response

Relevant screenshots or videos

Capture d’écran du 2024-07-15 17-01-34

Relevant LoliCode if needed

No response

Additional information

No response

openbullet commented 4 months ago

Can you please press F12 to open the browser console (or sometimes CTRL + I) and see if there are errors in it? Because it might be due to an error. Also maybe try restarting OB2 or selecting another config and then reselecting the old one

priv2024 commented 4 months ago

I solved the problem by changing my nginx configuration to allow websockets because I saw errors in the console saying that the connection was failing.