rawilk / profile-filament-plugin

Profile & MFA starter kit for filament.
https://randallwilk.dev/docs/profile-filament-plugin
MIT License
27 stars 7 forks source link

Not support multi-tenants.. #53

Closed ELMEHDI2025 closed 1 month ago

ELMEHDI2025 commented 1 month ago

profile-filament-plugin Version

0.4.1

Laravel Version

11.25.0

Bug description

After implementing multi-tenancy as stated in filamentphp.com and registering the profile-filament plugin in the panel. The email confirmation feature stops working with the following error message: Missing required parameter

Steps to reproduce

No response

Relevant log output

No response

ELMEHDI2025 commented 1 month ago

After trying again, the issue appeared specifically on the create tenant page (/new) directly after registering a new user. In addition to the email confirmation page (/email-verification/prompt).

rawilk commented 1 month ago

@ELMEHDI2025 Glad to see you figured it out. I haven't ran into any issues with multi-tenancy yet in my own projects with this plugin, however I also don't use multi-tenancy through Filament itself either.