You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing an issue when using picfit to process images. We have configured picfit according to the documentation, specifying the base URL of our Nginx proxy server and the location of the images. However, despite our configurations being in place, requests to our service are not reaching the server, and we are consistently receiving a 404 error when attempting to process the images.
We'd also like to mention that we are using Nginx as a proxy server for image processing.
Our current picfit configuration file looks like this:
{"time":"2024-05-02T16:43:48.427545821Z","level":"INFO","msg":"Key not found in store","key":"3f9a22c50c62f49acd8f8a88b7d40bef","request-id":"7c84d2d5-515b-4453-98cb-6694c50a79c8"}
{"time":"2024-05-02T16:43:48.427648068Z","level":"INFO","msg":"/display","status":404,"method":"GET","params":{"h":["0"],"op":["resize"],"path":["/media:a5784db13a88c445f7bb12cd519f7fbcfd8e2fe702"],"w":["500"]},"path":"/display","ip":"127.0.0.1","duration":200068,"user-agent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36","request-id":"7c84d2d5-515b-4453-98cb-6694c50a79c8"}
{"time":"2024-05-02T16:43:48.427703477Z","level":"INFO","msg":"Memory stats","alloc":"3 MiB","heap-alloc":"3 MiB","total-alloc":"21 MiB","sys":"14 MiB","numgc":268,"total-goroutine":9,"request-id":"7c84d2d5-515b-4453-98cb-6694c50a79c8"}
We would greatly appreciate any assistance or recommendations for resolving this issue.
Thank you!
The text was updated successfully, but these errors were encountered:
display?path=/media:a5784db13a88c445f7bb12cd519f7fbcfd8e2fe702 will go to the directory to find file /media: a5784db13a88c445f7bb12cd519f7fbcfd8e2fe702 . I guess this file not exist.
base_url only affect url of generated image, such as http://nginx-media-service.stage-namespace:80/3f9a22c50c62f49acd8f8a88b7d40bef
Hello,
We are facing an issue when using picfit to process images. We have configured picfit according to the documentation, specifying the base URL of our Nginx proxy server and the location of the images. However, despite our configurations being in place, requests to our service are not reaching the server, and we are consistently receiving a 404 error when attempting to process the images.
We'd also like to mention that we are using Nginx as a proxy server for image processing.
Our current picfit configuration file looks like this:
picfit log
We would greatly appreciate any assistance or recommendations for resolving this issue.
Thank you!
The text was updated successfully, but these errors were encountered: