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

[Bug]: Banner is not showing up on public pages #27

Open
mberneis opened this issue Dec 28, 2024 · 0 comments
Open

[Bug]: Banner is not showing up on public pages #27

mberneis opened this issue Dec 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mberneis
Copy link

mberneis commented Dec 28, 2024

What happened?

If I have a regular public page the page (accessible without authentication) the banner does not show up.
Is there a trait I can pull in to display the banner if active?

How to reproduce the bug

Create a custom filament page
Create a public route to this page

i.e.

Route::get('/app/privacy',
    Pages\Privacy::class)->withoutMiddleware([Authenticate::class])->name('filament.app.pages.privacy');

Package Version

0.0.9

PHP Version

8.2.27

Laravel Version

11.35

Which operating systems does with happen with?

macOS

Notes

No response

@mberneis mberneis added the bug Something isn't working label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant