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

Store method doesn't work (returns 404) #677

Open
zaminhub opened this issue Feb 5, 2024 · 2 comments
Open

Store method doesn't work (returns 404) #677

zaminhub opened this issue Feb 5, 2024 · 2 comments

Comments

@zaminhub
Copy link

zaminhub commented Feb 5, 2024

Stack Laravel 10.43 + Jetstream v4.22 (inertia v0.6.11 + vue v3.2.31). php v8.1
After clockwork package installed the store methods of any resourse controller doesn't work and returns 404 page not found response.
After removing clockwork package the problem disappears.
I suppose this is because headers which should be "Accept: application/json", but I am not sure. Somehow clockwork package does remove this header from all post requests, but not from put/patch request.

@itsgoingd
Copy link
Owner

Hey, I can't see any weird behavior with a new Laravel + Jetstream installation. Can you share a simple repo demonstrating this issue?

@zaminhub
Copy link
Author

Sorry for late response. Here is demo repo https://github.com/zaminhub/jetstream.test.git
cloclwork installed store method doesn't work.

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

2 participants