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

Telescope issue with JWT Auth #109

Closed
scriptmint opened this issue Oct 24, 2018 · 8 comments
Closed

Telescope issue with JWT Auth #109

scriptmint opened this issue Oct 24, 2018 · 8 comments

Comments

@scriptmint
Copy link

Laravel: 5.7.10
PHP Version: 7.2.*
tymondesigns/jwt-auth: 0.5.12 and 1.0.0-rc.3

Not able to generate JWT Token, no issue in Laravel log & still throwing 500 error.

Tried removing telescope & everything works fine. This is very strange.

@themsaid
Copy link
Member

You'll need to debug it more, what's the stack trace of the exception? This issue is not clear.

@vesper8
Copy link
Contributor

vesper8 commented Oct 24, 2018

I'm using JWT with the API laravel app I just installed Telescope on.. didn't cause any issues.. I don't understand how telescope could have interfered with JWT at all.. or do you mean that you are trying to access the telescope route after authenticating via JWT?

@themsaid
Copy link
Member

please open a new issue if you happen to find a problem with Telescope.

@pespantelis
Copy link

Hello guys!

I faced a similar issue and the reason was the bcmath extension that the telescope needed.
Hope it helps!

@scriptmint
Copy link
Author

I do have bcmath extension enabled but still not able to resolve this issue. No error logged in laravel.log.

@pietros23
Copy link

Hello guys!

I faced a similar issue and the reason was the bcmath extension that the telescope needed.
Hope it helps!

I solved installing bcmath extension as @pespantelis said.

@shadywallas
Copy link

@scriptmint
i debugged it and fixed with this
TELESCOPE_EXCEPTION_WATCHER=false in my env file
try and let me know so we can fill a proper bug in telescope if it's the same for you

@scriptmint
Copy link
Author

Yes, it works but does it mean that telescope will no longer watch for exceptions?

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

6 participants