Replies: 2 comments
-
What errors? Probably those are important. I just deploying with 7.5.8 - everything works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@antonmedv thanks for your answer. Magento specific errors. Mostly code not being found (because it's actually not there/compiled). And 404 Error on ajax routes is what I encoutered so far.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer Version
7.5.8
Target OS
Debian
Which PHP version are you using?
PHP 8.2
Content of deploy.php or deploy.yaml
Steps to reproduce
I installed Deployer in a new project. It installed version 7.5.8. When deploying we encounter weird problems. The recipe is very basic.
I also tried adding a manual cache clear without any effect. When I checked with
-v
option I also saw it already does a cache flush.When I downgrade to version
7.3.1
(which we successfully use in other projects) it does work without above problems.Beta Was this translation helpful? Give feedback.
All reactions