breadcrumbs icon indicating copy to clipboard operation
breadcrumbs copied to clipboard

502 Bad Gateway

Open anubhav217 opened this issue 2 years ago • 2 comments

Hi when i used

i received 502 Bad Gateway, and no error registered in log files, how can i resolve this or how can i detect the error

thank you

anubhav217 avatar Sep 01 '21 19:09 anubhav217

Try using breadcrumbs off-route and at the service provider:

Breadcrumbs::for('photo.index', fn (Trail $trail) =>
    $trail->parent('home')->push('Photos', route('photo.index'))
);

tabuna avatar Sep 04 '21 02:09 tabuna

        Breadcrumbs::for('home', function (Trail $trail) {
            $trail->parent('home')->push('Photos', route('photo.index'));
        });

aavram93 avatar Sep 29 '21 17:09 aavram93