Replies: 3 comments
-
@arondeparon @intrepidws @willoller any updates |
Beta Was this translation helpful? Give feedback.
-
Dealing with this as well. Any leads? |
Beta Was this translation helpful? Give feedback.
-
I was able to find a solution for this thanks to SabatinoMasala from the Sabatino Talks Dev YouTube Channel here is what I did step by step :
namespace App\Http\Controllers; use Illuminate\Support\Str; class InertiaResponse extends BaseCacheProfile
}
that's is now you should be good |
Beta Was this translation helpful? Give feedback.
-
I'm using the spatie/laravel-responsecache library to cache my responses, and when I enable caching, the links open in an iframe. When I disable caching, the links work as expected.
I've tried disabling the iframe in the inertia.config.js file, but that didn't work.
I'm using Laravel 10.15.0 and Vue 3.2.36 vite 3.2.2 vuetify 3.0 @inertiajs/inertia 0.11.1
Here is a code snippet that reproduces the issue:
When I visit this route, the links open in an iframe.
I'm hoping you can help me figure out what's causing this issue.
see -> inertiajs/inertia#586 (comment)
Thanks,
@fh32000
Beta Was this translation helpful? Give feedback.
All reactions