F
Filament6mo ago
shabxs

Missing required parameter for multitenancy

I receive this error once I create a record . Missing required parameter for [Route: filament.app.resources.materials.edit] [URI: app/{tenant}/materials/{record}/edit] [Missing parameter: record]. here "app" is the panel name "tenant" is the tenant id "materials" is the resource name
3 Replies
toeknee
toeknee6mo ago
Have you customsied the save function?
shabxs
shabxsOP6mo ago
If you are asking about CreateMaterial.php file inside pages.. No, havent touched it...
also thing is .. when i refresh the page which shows error... the resource gets saved successfully....
toeknee
toeknee6mo ago
ideally you need to debug it further from the stack trace.

Did you find this page helpful?