Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pause button not working #1370

Closed
travisricks opened this issue Aug 9, 2023 · 4 comments
Closed

Pause button not working #1370

travisricks opened this issue Aug 9, 2023 · 4 comments

Comments

@travisricks
Copy link

travisricks commented Aug 9, 2023

Telescope Version

4.15.2

Laravel Version

10.17.1

PHP Version

8.1.17

Database Driver & Version

MySQL 8.0.23

Description

Hello, just started using Telescope (local only) and I'm not sure if this is a bug or I've set something up incorrectly.

When I click the pause recording button, I see a successful POST call in the network tab, but then calls to the requests endpoint continue and data is still added to the table. I do not have the 'auto load entires' button selected.

Screenshot-001991-2023-08-09at10 39 04

I looked through past issues but only found this: #994. Since there are no other bug reports, it makes me think it's a configuration issue on my end. Any suggestions for troubleshooting this?

Thanks!

Steps To Reproduce

  1. go to Telescope dashboard
  2. click pause recording

EXPECTED: no new data is loaded into the requests table
ACTUAL: data is continuing to load

@crynobone
Copy link
Member

Can you share the output of requests?tag=&take=1&...?

CleanShot 2023-08-09 at 12 30 35

On my side, I would see that it still showing paused. The requests still going through do make sense in a way because the pausing cache is global and it can be unpaused by other users accessing Telescope or the command line.

@travisricks
Copy link
Author

I'm seeing enabled after the toggle-recording endpoint is called.

Screenshot-002000-2023-08-09at21 26 09@2x

@crynobone
Copy link
Member

Hey there, thanks for reporting this issue.

We'll need more info and/or code to debug this further. Can you please create a repository with the command below, commit the code that reproduces the issue as one separate commit on the main/master branch and share the repository here?

Please make sure that you have the latest version of the Laravel installer in order to run this command. Please also make sure you have both Git & the GitHub CLI tool properly set up.

laravel new bug-report --github="--public"

Do not amend and create a separate commit with your custom changes. After you've posted the repository, we'll try to reproduce the issue.

Thanks!

@travisricks
Copy link
Author

Thanks for the help. I'm only using this locally so it's not really a blocker and I'm sure it's an issue on my end. I'll close this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants