BOT_Larry
Filament behind a reverse proxy, wrong redirections
Hello,
i have my filament installation behind a reverse proxy.
If i hit the server URL (sub.domain.de) i'm getting redirected to 12.34.56.78/login (local ip in my network) . (Theoreticly correct, but only localy)
If i hit sub.domain.de/login manualy i can login. but this is very anoing.
How can i specify the domain that the generatet links are correct?
APP_URL in env is already set correct.
Thanks for the help!
2 replies
Use Action inside a custom field
Hello, i have a error in my custom field, because i have 2 form submit buttons.
Field:
forms.components.custom-field.blade.php:
EditCustomer:
The error:
The action is shown correctly, also the modal is asking for confirmation.
But on confimation the save Button in the backgound on the create page is triggered. And the record is saved. But the modal is still open.
Is there a way to separate the "confimation form" on the edit page?
58 replies
open Record URL from $table in new tab
Hello, i have a custom URL on a documents table
What is the right way to open the URL in a new tab?
In the table index.blade is the called, buth without parameters.
Is it possible to implement this or maybe overrite the generate_href_html for now?
7 replies
Livewire component in form
Hello, don't know if its the right way to do but:
in a form i have a custom "form component" for a "custom file element". On this element i want to use wire:click, but always get:
Is it not possible to use livewire on components this way?
Is there a way to solve this?
5 replies