You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Steps to reproduce the behavior:
uncomment Features::api() in jetstream.php
open ApiTokens Page and create an API token, you then should be able to see the error in the dev-tools (js)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: