krixx1337
krixx1337
FFilament
Created by krixx1337 on 9/23/2023 in #❓┊help
Custom action buttons not working in production
I'm facing a perplexing issue after updating my Laravel app to Livewire v3 and Filament v3. The custom action buttons in my app seem to work perfectly fine when running locally, but when deployed to a production environment, they stop functioning as expected. Problem Description: - I have recently updated my Laravel app to use the latest versions of Livewire and Filament (v3). - These custom action buttons trigger specific actions when clicked, such as clearing the cache. - Locally, everything works as expected. However, in my production environment, the buttons do not respond when clicked. Troubleshooting Steps Taken - Tried clearing cache - Checked for console errors, but nothing showed up If anyone has any suggestions, solutions, or even similar experiences to share, I'd greatly appreciate your input. Your help in resolving this issue would be invaluable.
8 replies
FFilament
Created by krixx1337 on 9/23/2023 in #❓┊help
Restricting Admin Panel Access to Root Domain
I recently updated my Laravel application to Filament V3 and encountered an issue with the removal of the .env variable FILAMENT_DOMAIN, which was available in Filament V2. In my previous setup, I relied on this variable to restrict access to the admin panel exclusively from the root domain. After the update, it seems I can now access the admin panel from subdomains like "api," which is not the behavior I want. Has anyone else faced this issue, and if so, how did you solve it? I'd appreciate any guidance or solutions to ensure that my admin panel can only be accessed from the root domain.
4 replies