You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database Driver & Version: mysql Ver 15.1 Distrib 10.3.31-MariaDB
Operating System and Version: debian-linux-gnu (x86_64)
Browser type and version: Firefox 94.0.1
Description:
I have a simple BelongsTo field which populates correctly when creating a new resource, however after updating laravel/framework to 8.71.0 the dropdown no longer populates.
Detailed steps to reproduce the issue on a fresh Nova installation:
Create a resource with a belongsTo field
Update laravel/framework (v8.70.2 => v8.71.0)
Create a resource in Nova and notice the dropdown for a BelongsTo field is not poulated.