wdelfuego / nova-wizard

A simple multi-step Wizard tool for Laravel Nova 4
Other
10 stars 6 forks source link

Unable to use Field BelongsTo type. Getting 404 error #8

Open mlordi opened 2 months ago

mlordi commented 2 months ago

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?

Olejs commented 3 weeks ago

I have the same problem