Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

502 Bad Gateway #29

Open
anubhav217 opened this issue Sep 1, 2021 · 2 comments
Open

502 Bad Gateway #29

anubhav217 opened this issue Sep 1, 2021 · 2 comments

Comments

@anubhav217
Copy link

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

@tabuna
Copy link
Owner

tabuna commented Sep 4, 2021

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'))
);

@aavram93
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants