Closed xiwcx closed 3 years ago
Hey @xiwcx! I replied to your support email earlier today about this too. If you could post the logs from a build (set LOG_LEVEL=debug
as an env var) and pass them over we can take a look. I suspect the server is shutting down before the assets are discovered. In the limited logs we do collect from the SDK, it looks like we're getting 404s on some assets:
{"message":"Skipping [disallowed_response_status_404] [1920 px]: http://localhost:8000/static/icons/mt-logo-white.svg | Thu Aug 06 2020 14:38:01 GMT+0000 (Coordinated Universal Time)","level":"debug"}
Hi, I'm having an issue where I can not get the snapshots to reliably include my styles. I'm using
percy-selenium-python
, CircleCi, Docker, and Django.Running repeated builds on the exact same commit gets me styled snapshots about a quarter of the time. When i SSH in to the build I can see that the assets are correctly and consistently built even when the snapshots are missing styles. Is there any configuration I can add to percy agent to make sure the styles have loaded or are included?
I can provide as much extra context as needed. Thank you!
Python test file:
Circle config:
Docker config:
Django settings file: