Michael Schaefer
Michael Schaefer
Same problem on ubuntu 19.10 I just installed rc.local script to execute on startup: ``` #!/bin/sh -e # # rc.local # # This script is executed at the end of...
@astiak `¯\_(ツ)_/¯`
That's basically because your `PriceSpecification` schema definition is causing an endless recursion. Try to [limit the depth](https://api-platform.com/docs/core/subresources/#limiting-depth), this _may solve_ the problem.
You should use the `PUT` operation for an `upsert` (update/insert) because the `POST` operation is supposed to append a resource item to a resource collection (thus create it). Here is...
@back-2-95 this would require to write a complete new `Dockerfile` which uses for example the `caddy` base image and then adds all the PHP stuff. But it's not possible to...
Great :muscle: So you have three steps here: 1. Image `symfony_php` with PHP and Caddy 2. Image `asset-builder` to build the Frontend (js,css) 3. Image `prod-build` with PHP and Caddy...
@akalineskou that's not a fix , that's a workaround ;) I have the same with xdebug - and it even says `installing latest-stable` :face_with_spiral_eyes: ``` > [php_with_development_tools 1/6] RUN /usr/local/bin/pickle.phar...
@dreua I sent you an email with the file ... hope that helps to investigate :)
@dreua sure, please do that :)
I thought that Microsoft does not support the _Live_ OAuth2 authentication method anymore? When I open this [link](https://account.live.com/developers/applications) from the `Live` class, I get this error: ...