Custom page with parameter (independent from resource)
hi guys, im trying to create a custom global page that can take a record id from url for me to process, i dont want it to be bound with a resource since its independent page
also im working with multitenant, this is my current code
i did register the page in the panel provider,
and then i want to get this url in another custom page table like this
but i got hit by this error
2 Replies
Seems like the route is expecting a tenant parameter (which makes sense as you state you are using multi tenancy). This means you need to pass the tenant into the url or disable tenancy for the specific route (not sure how that would work for custom pages, for resources it works like described here: https://filamentphp.com/docs/3.x/panels/tenancy#disabling-tenancy-for-all-resources).
What is your tenancy model? Guess it’s not Team looking at that snippet?
try: