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 Tokens modal with 404 error #152

Closed
bobbyiliev opened this issue Sep 11, 2020 · 2 comments · Fixed by #155
Closed

API Tokens modal with 404 error #152

bobbyiliev opened this issue Sep 11, 2020 · 2 comments · Fixed by #155

Comments

@bobbyiliev
Copy link

  • Jetstream Version: ^1.1
  • Laravel Version: ^8.0
  • PHP Version: 7.4.3
  • Database Driver & Version: mysql Ver 8.0.21

Description:

I just noticed a minor bug after playing around with Jetstream. After making a change to the permissions of a specific token and then deleting that very same token, any other action on the API tokens page results in modal with a 404 error.

Refreshing the page fixes the problem.

Steps To Reproduce:

  • Create a new API token
  • Make a change to the permissions of the newly created token
  • Delete that very same API token
  • Try to create a new token or any other action on the page
@calebporzio
Copy link
Contributor

Thanks for posting. I can confirm this bug. Working on it stat.

@calebporzio
Copy link
Contributor

Ok, I PR'd a solution to the problem: #155

When that is merged, AND your Livewire install is updated to v2.2.0, this problem should go way.

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

Successfully merging a pull request may close this issue.

2 participants