Brand3000

Results 7 comments of Brand3000

What do you mean? Actually, I didn't add any debugbar provider. It just works.

I understand, but it's set up out of the box

I have done: 1. added the package in composer.json "dont-discover": ["barryvdh/laravel-debugbar"] and compoer update 2. Added Barryvdh\Debugbar\ServiceProvider::class, in the config/app.php, the first in the list 3. Added a test in...

> Dont add it to config/app.php, try adding this on AppServiceProvider boot first line > > ``` > if(class_exists(\Barryvdh\Debugbar\ServiceProvider::class)){ > $this->app->register(new \Barryvdh\Debugbar\ServiceProvider($this->app)); > } > ``` Unfortunately, it doesn't help...

When the slug field is outside of any tab, there's a preview request to the url http://usicn.localhost/nova-api/pages/field/slug/preview However, if the slug is inside, the url is http://usicn.localhost/nova-api/undefined/field/slug/preview undefined instead of...

You can watch a video with the issue here https://brand.dn.ua/1.html

> @Brand3000 can you please provide reproduction repo ? Look into this thread please https://github.com/outl1ne/nova-sortable/issues/192