CodelyTV / php-ddd-example

🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 7
https://pro.codely.tv/library/ddd-en-php
2.98k stars 1.08k forks source link

health check error before make build #152

Closed nabby27 closed 4 years ago

nabby27 commented 4 years ago
file_put_contents(/app/apps/mooc/backend/var/cache/test/CodelyTv_Apps_Mooc_Backend_MoocBackendKernelTestDebugContainerDeprecations.log): failed to open stream: No such file or directory
Unable to create the cache directory (/app/apps/mooc/backend/var/cache/test)

This errors show when I go to health check route after make build.

I don't know how to resolve. Any help?

JavierCane commented 4 years ago

Hi!

Thanks for the report 🙂

Did you solve it? Should we have to change anything?

Thanks!

nabby27 commented 4 years ago

@JavierCane

It happened because I forgot to change the name of a container in the configuration, sorry for the inconvenience.

Now i get this error https://github.com/CodelyTV/php-ddd-example/issues/147. Waiting to see if there is any other solution

bareser commented 4 years ago

Hello, I have the same error. Can you give me more details? Thanks!