Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting 404, on some sizes of images #410

Open
nilsmakeable opened this issue Mar 6, 2024 · 1 comment
Open

Getting 404, on some sizes of images #410

nilsmakeable opened this issue Mar 6, 2024 · 1 comment
Labels
question Further information is requested

Comments

@nilsmakeable
Copy link

We are seeing
{"status": "error", "code": 404, "message": "The hostname of the origin is unresolvable (DNS) or blocked by policy." }
On requests on some image sizes. If we change the image size the image appears as expected.

In the nginx error.log on we see the following lines

  • [error] 7#0: wrong ident 51546 in DNS response for firebasestorage.googleapis.com, expect 61389
  • [error] 7#0: wrong ident 56714 in DNS response for firebasestorage.googleapis.com, expect 19598
  • [error] 7#0: wrong ident 24211 in DNS response for firebasestorage.googleapis.com, expect 24813
  • [error] 7#0: wrong ident 24632 in DNS response for firebasestorage.googleapis.com, expect 7164
  • [error] 7#0: wrong ident 41805 in DNS response for firebasestorage.googleapis.com, expect 61819
  • [error] 7#0: wrong ident 38646 in DNS response for firebasestorage.googleapis.com, expect 38720

This issue seems a bit above my experience with nginx, any pointers would be appreciated.

@kleisauke kleisauke added the question Further information is requested label Apr 29, 2024
@kleisauke
Copy link
Member

Sounds like the DNS server is not properly configured. Is this with Docker? If so, see: #206 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants