Alpine Expression Error: table is not defined
Hello,
I have a
ManageParties
page, when I implement $defaultAction, or force an action in query param with ?action=create
, the action doesn't open and I get errors in the browser console.
Thank you for your help 🙏

Solution:Jump to solution
FYI: I found my issue, it's related to the plugin Global Search Modal
I can reproduce/fix the behaviour by add/removing the plugin in my panel provider...
11 Replies
No, it's a resource page,
ManageParties
, I follow this section
Especially "Alternatively, you can open an action modal when a page loads by specifying the action as a query string parameter to the page: /admin/products/edit/932510?action=onboarding
"The error only happen when I'm using the query param action or
$defaultAction
defined in the page
What I tried:
- composer update
- clear cache + optimizephp artisan filament:about
what is the output?
what about /admin/products?action=create
?Can you share the page code?
I tried
http://localhost/organizations/acme-corp/parties?action=create
and using $defaultAction, both lead to the same issue
And the resource
I simplify both file, but with this code, for both files, I've the same exact issue
looks good to me. Are you able to create a minimal repo on github to reproduce this issue?
Ok the issue is probably related to my local infra setup (using laravel sail) I don't reproduce using Coolify + Nixpack
I thought it was related to a code issue, but not at all, the same code work well in my staging, I need to investigate more
Thank you a lot for your help, I'll share my solution if I find something 🙏
Solution
FYI: I found my issue, it's related to the plugin Global Search Modal
I can reproduce/fix the behaviour by add/removing the plugin in my panel provider
Issue open on plugin repository, thank you again for your help
https://github.com/CharrafiMed/global-search-modal/issues/98
GitHub
Query param action on panel page · Issue #98 · CharrafiMed/global...
Hello, I'm not able to explain the issue, but it's easy to reproduce. clone the filament demo install the package set the plugin in the provider try to use the query param action like http:...