JustNoOne
JustNoOne
FFilament
Created by JustNoOne on 7/18/2024 in #❓┊help
email verification with UUID on user model
Please help me fix this It seems that making the id of the user model into a uuid, produces problems on the email verification can someone help me? the email was being sent to the mail but when i click the link the user's "email_verified_at" wasn't touched, and loaded back to the login page
8 replies
FFilament
Created by JustNoOne on 7/2/2024 in #❓┊help
The POST method is not supported for route user/login. Supported methods: GET, HEAD.
Im new in filament, everything works fine until i implemented afsakar/FilamentOtpLogin when i enabled the plugin to the panel provider that error appears
7 replies
FFilament
Created by JustNoOne on 6/3/2024 in #❓┊help
Conditional plugin
i have the OTP(afsakar) plugin and 2factorAuth(breezy) plugin how do i conditionally enable the OTP when the 2FactorAuth is not yet enabled by the user?
2 replies
FFilament
Created by JustNoOne on 4/23/2024 in #❓┊help
Image background on light mode
How to have a custom image background on light mode? i've tried overriding the css fi-body class but it the bg image sticks even on dark mode
5 replies
FFilament
Created by JustNoOne on 1/30/2024 in #❓┊help
Database notification on Custom Page
Unable to find component: [filament.livewire.database-notifications] This appears when the custom page is loaded. Im not using a SimplePage. the Whole page loaded perfectly before i implemented the database notification. Now, it still loaded but that error pops up. that custom page has livewire custom components, I've tried adding "use HasDatabaseNotifications;" on the php file and "@livewire('database-notifications')" on the blade file but it still doesn't work https://flareapp.io/share/oPRZdNZP A help is very much appreciated.
3 replies