Maxime Helias

Results 180 comments of Maxime Helias

Hi! I recently had this issue with the missing socket and it was a problem with the `bin/console` file that didn't have execution rights (chmod +x bin/console), can you check...

Ok I was able to reproduce the issue and fix it. - First, change your `DATABASE_URL` to match with your docker service (`DATABASE_URL="postgresql://app:!ChangeMe!@database:5432/app?serverVersion=14&charset=utf8"`). By default the recipes are configured to...

Try the second step: > And then, on my side, it was a problem with the bin/console file that didn't have execution rights (chmod +x bin/console)

This could be the problem because in my case the right was not correct after the installation

Hi See the caddy log to see if the `root.crt` file is created with the same path as the troubleshooting : `{"level":"warn","ts":1663320565.8757846,"logger":"pki.ca.local","msg":"installing root certificate (you might be prompted for password)","path":"storage:pki/authorities/local/root.crt"}`...

> \- Conclusion: don't install nelmio/cors-bundle 2.0.1 - Conclusion: remove symfony/symfony v3.4.37

> Content-Length: 48 With this information, I think that your help will be found in the body of the response. And it's weird to see that : `access-control-allow-headers,access-control-allow-origin` in your...

This is only my opinion but here is how I do. 1. I would add this repository as a second remote named "upstream". 2. Get all "upstream" to rebase it...

You can also use the [update-deps.sh](https://github.com/api-platform/api-platform/blob/master/update-deps.sh) file 😉

@dunglas what do you thing about this rework ?