renoki-co / jetstream-cashier-billing-portal

Cashierstream is a simple Spark alternative written for Laravel Jetstream, with the super-power of tracking plan quotas, like seats or projects number on a per-plan basis
Apache License 2.0
163 stars 20 forks source link

Fix portal redirect with Link component #39

Closed a21ns1g4ts closed 2 years ago

a21ns1g4ts commented 3 years ago

Inertia::location($url)not work with get requests: Note, 409 Conflict responses are only sent for GET requests, and not for POST/PUT/PATCH/DELETE requests. Reference: https://inertiajs.com/the-protocol#asset-versioning

rennokki commented 2 years ago

Will close this PR here. I took your changes and I proceed to make the changes in multiple places within the app. Will also test Livewire components and publish a new version today (hopefully).

https://github.com/renoki-co/jetstream-cashier-billing-portal/pull/43