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

Dashboard with empty screen #352

Closed
yurih567 opened this issue Apr 5, 2024 · 2 comments
Closed

Dashboard with empty screen #352

yurih567 opened this issue Apr 5, 2024 · 2 comments

Comments

@yurih567
Copy link

yurih567 commented Apr 5, 2024

Pulse Version

v1.0.0-beta16

Laravel Version

v11.2.0

PHP Version

8.2.17

Livewire Version

v3.4.10

Database Driver & Version

MySQL 8.0.32

Description

After installing the lib, when trying to access the dashboard, only an empty page is returned

image

Steps To Reproduce

Run the following commands:

composer require laravel/pulse
php artisan vendor:publish --provider="Laravel\Pulse\PulseServiceProvider"
php artisan migrate

@jbrooksuk
Copy link
Member

Does your application have any custom configurations for Blade? It looks like only the raw Blade is being returned rather than the compiled HTML.

@yurih567
Copy link
Author

yurih567 commented Apr 5, 2024

Does your application have any custom configurations for Blade? It looks like only the raw Blade is being returned rather than the compiled HTML.

I'm using Blade::withoutComponentTags();, removing this and clearing the view cache worked.
thanks

@yurih567 yurih567 closed this as completed Apr 5, 2024
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

2 participants