HuyNguyen206
HuyNguyen206
@Aldoo24 How do you resolve the issue? Regarding @vladislavs1321's comment, I am not sure how to follow his steps (for example, how to run ./dist/frankenphp-linux-x86_64 version ?, it seems the...
Thank you @Aldoo24 , it worked
hi @Aldoo24 , after generating the binary successfully, when I try to run: ```sudo ./my-app php-server```, then navigate to http://localhost/, response is 404. Have you facing this issue yet? If...
hi @Renrhaf , this issue occur when you use the setup in this [repo](https://github.com/dunglas/frankenphp-drupal) right?
@henkvalk Have you resolved this issue yet?
@Renrhaf As I checked in dockerfile, the WORKDIR is /opt/drupal, not /app. Even though, it doesn't work ``` volumes: - .:/opt/drupal:cached ```
hi @dunglas , could you help me to solve this issue? Maybe I am missing some configuration related to docker but I am not sure. Thank you in advanced.
I also facing this error. Any solution?