Unable to locate a class or view for component [filament-panels::resources.relation-manager]
I have the following in a ViewRecord view to show a relation manager:
Prior to v4, this worked fine. After the upgrade, it's failing.
I've tried:
1. Clearing my view cache
2. Publishing the vendored
filament-panels
files
I can see that the resources/views/vendor/filament-panels/resources/relation-manager.php
file exists but for whatever reason, it doesn't seem to want to be used.
Happy to provide any more information if it will help.Solution:Jump to solution
Realized what I was using the custom view can be replaced with prime components now so I didn't need to solve this particular issue. Apologies for anyone who finds this in the future as I was never able to solve the original problem.
3 Replies
This is the contents of the "ViewTour" ViewRecord file:
Solution
Realized what I was using the custom view can be replaced with prime components now so I didn't need to solve this particular issue. Apologies for anyone who finds this in the future as I was never able to solve the original problem.
I also encounter the exact same problem, i fixed it by removing the custom view as you did.