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

The exception renderer resource dist folder is missing in version 11.31, causing exception render to fail. #53750

Closed
DonAlkens opened this issue Dec 4, 2024 · 3 comments

Comments

@DonAlkens
Copy link

Laravel Version

11.31

PHP Version

8.2

Database Driver & Version

MYSQL 8.x

Description

When Laravel is trying to render an exception page on development, the view renderer tries to load assets like stylesheets and others from the dist folder located inside the exceptions resources, but this file is missing in Laravel 11.31 which caused the app to resolve to a Symfony exception page stating that the resources file .../dist/style.css does not exist.

Steps To Reproduce

Install a new Laravel app by specifying the version 11.31
Set up your environment variables and connect to Database.
Run the app and the exception will pop up showing a Symfony error page.

@crynobone
Copy link
Member

Does the error exists on the latest version?

@crynobone
Copy link
Member

Unable to replicate the issue on 11.31 or the latest version.

@crynobone
Copy link
Member

Hi there,

Thanks for reporting the problem you are encountering, but it looks like this is a question which may be better suited for a support channel. We only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repository you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.

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