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

API Token -> "Permissions"-Link does not open modal (ReferenceError: $ is not defined) #81

Open
AGuyCoding opened this issue Apr 11, 2022 · 0 comments

Comments

@AGuyCoding
Copy link

ReferenceError: $ is not defined
When Features::api() is enabled, and you create a Token in that view, it should open a modal, but it won't, it throws that error:

app.js:N Uncaught ReferenceError: $ is not defined
at Proxy.manageApiTokenPermissions (app.js:N)
at onClick (app.js:N)
at callWithErrorHandling (app.js:N)
at callWithAsyncErrorHandling (app.js:N)
at HTMLButtonElement.invoker (app.js:N)

To Reproduce

  1. Steps to reproduce the behavior:
  2. uncomment Features::api() in jetstream.php
  3. open ApiTokens Page and create an API token, you then should be able to see the error in the dev-tools (js)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant