Mike
Mike
I also tried to use CORS proxy (cors.sh - first found). In this case i get error Undefined array key "name" in file /Users/mikhailpanyushkin/code/mtube/vendor/livewire/livewire/src/WithFileUploads.php on line 17 Looks like with...
I have the same issue, when using BelongsTo Field hideFromIndex() didn't help ``` BelongsTo::make('Проект','project','App\Nova\Project')->withMeta([ 'belongsToId' => 1 ])->readonly()->hideFromIndex(), BelongsTo::make('Автор','user','\App\Nova\User')->withMeta([ 'belongsToId' => $this->user_id ?? auth()->user()->id ])->readonly()->hideFromIndex(), ```