Ilan Diamond
Ilan Diamond
@hardikramoliya - sadly this library didn't work for me. This one did: https://github.com/DylanVann/react-native-fast-image
Hi I'm trying to get ssl to work. I added the values to the traefik service - but i'm getting an error (see below). This is my yml file ```...
OK - I managed to solve the issue above by stoping the local apache (I didn't know existed) on my local mac. Now after running composer-install i'm getting the following...
And here is the message I get in Firefox An error occurred during a connection to wp.docker.localhost:8000. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG
@qqdayan @fcostaprojects - I believe response holds the uri you are looking for. Here is my code: ``` ImageResizer.createResizedImage(imagePath, 100, 100, 'JPEG', 5) .then(({uri}) => { setImage(uri); }) .catch(err =>...
+1 Any plan to fix this issue ?
> Try this: in your Dockerfile, add this line before the composer install command: > > `ENV COMPOSER_ALLOW_SUPERUSER=1` > > So it should look like this: > > ENV COMPOSER_ALLOW_SUPERUSER=1...
On Composer installation I'm Getting: Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead. Any plan to change to guzzlehttp/guzzle in the future ?