Yoshi Walsh
Yoshi Walsh
I tried multiple node versions (8.2.1, which worked for me a few months ago on a different PC, 7.10.1 and 6.11.4 LTS) but just get the same error. Really weird!...
The php-fpm and nginx containers need to point to the same public directory: ```yaml version: "3.4" services: database: image: mariadb restart: always environment: MYSQL_DATABASE: panel MYSQL_USER: admin MYSQL_PASSWORD: Password MYSQL_RANDOM_ROOT_PASSWORD:...
@jfgodin I haven't been able to reproduce this issue. Could you try doing it using Docker volumes instead of mounts? ``` version: "3.4" services: database: image: mariadb restart: unless-stopped environment:...
Have you made any changes to the compose file I posted? That one works for me. E.g. If you change the name of the "php-fpm" container it will fail, because...
If someone wants to add this, I'd happily review a PR.
joshuawalsh https://www.npmjs.com/settings/joshuawalsh/packages
@jariz I think #327 is a prerequisite for being able to review dependency PRs quickly: 1. I updated dependencies as part of that PR, so it brings us to a...
Your config looks fine to me. Could you please look in `.cache/s3.redirectObjects.json` after running `gatsby build` and see if the expected redirects are in there?
What CDN are you using? How do you make the client load the .gz/.br files? Your gzipping code should not break anything, but it won't include the redirect objects (and...
Please try disabling your custom gzip/brotli code along with any related Lambda@Edge script and enable the Compress Objects Automatically setting and see if that fixes it. It's my hunch that...