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]: CSS and images not loading in admin via Docker install #527

Closed
SamyMP opened this issue Jul 31, 2023 · 5 comments
Closed

[Bug]: CSS and images not loading in admin via Docker install #527

SamyMP opened this issue Jul 31, 2023 · 5 comments

Comments

@SamyMP
Copy link

SamyMP commented Jul 31, 2023

Expected behavior

By following the instructions on how to install with Docker, the pimcore admin interface should load properly

Actual behavior

No CSS or images are loaded, all falling into 404 errors

image

Steps to reproduce

Follow the instructions to install via Docker, step by step

Go to http://localhost/admin/login page

@SamyMP SamyMP added the Bug label Jul 31, 2023
@blankse
Copy link
Contributor

blankse commented Jul 31, 2023

@SamyMP It is a issue with the new symfony/finder version: symfony/symfony#51162
I think there will be a hotfix released shortly.
In the meantime you can fix it with a confict entry in the composer.json:

"conflict": {
  "symfony/finder": "5.4.26 || 6.2.13 || 6.3.2"
}

@SamyMP
Copy link
Author

SamyMP commented Jul 31, 2023

Thank you @blankse, the workaround works indeed

@derrabus
Copy link

We've issued new releases of the Finder component that should address this problem.

@kingjia90
Copy link
Contributor

Fixed by symfont/finder 5.4.27 release symfony/symfony#51162 (comment)

@kaurov
Copy link
Contributor

kaurov commented Dec 11, 2023

I still observe similar problem with symfony/finder v6.4.0

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

No branches or pull requests

5 participants