F
Filamentβ€’12mo ago
ПIᄃK

Filament in Iframe

Hello everyone, I want to show a demo of the Filament backend in an Iframe. Unfortunately im facing the following issue: After I try to log into the admin panel from that Iframe, im getting an error, that the page is expired (images). Did anyone has an Idea how to fix that? Thanks in advance πŸ™‚
No description
1 Reply
alessandronuunes
alessandronuunesβ€’6mo ago
I have the same problem, I would like to add a project that I have in the filament to an iframe system, but it gets stuck on the login screen. consegui resolver esse problema, em config/session alterei o 'same_site' => 'none' e o. 'secure' => env('SESSION_SECURE_COOKIE', true) ai funcionou

Did you find this page helpful?