-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use Field BelongsTo type. Getting 404 error #8
Comments
I have the same problem |
Same here The field: The error:
|
Mhm that's strange, can you share some more info about the url that is being requested that causes the 404? All info that helps debug the issue is very welcome. |
I updated with more info I don't have more details about the error sadly |
I had to use the Select field instead like this :
|
Whenever I use the Field type of BelongsTo::make('Customer', 'user', 'App\Nova\User') I am getting a 404 error. If I change it to Text::make('Customer', 'user') it works just fine. What am I missing?
The text was updated successfully, but these errors were encountered: