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
Have you customsied the save function?
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....
also thing is .. when i refresh the page which shows error... the resource gets saved successfully....
ideally you need to debug it further from the stack trace.