-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Preloading file is missing from the website-skeleton app #34611
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
Comments
I tried
|
I'm not having any trouble running the app. I want to use the preload file, that was added here: #32032 |
I also have this problem. No preload file in skeleton or my apps. |
have a look here, it might be the same issue. #34750 |
Can you please confirm that your app is in a folder at the root of the filesystem? e.g. |
@nicolas-grekas yes, my application is in /app folder. |
…p is in /app (nicolas-grekas) This PR was merged into the 3.4 branch. Discussion ---------- [DI] Fix making the container path-independent when the app is in /app | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #34750, Fix #34611 | License | MIT | Doc PR | - Right now, we mandate the app to be nested in a directory of level 2 minimum. This means apps cannot be made path-independent if they are built in e.g. `/app`. Commits ------- b33b9a6 [DI] Fix making the container path-independent when the app is in /app
Symfony version(s) affected: 5.0
Description
A preload file was generated at
var/cache/dev/srcApp_KernelDevDebugContainer.preload.php
but is now missing.How to reproduce
Create a new website-skeleton app and check for the file.
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: