mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[GH-ISSUE #330] Problems reading files when developing in a localhost env ? #146
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#146
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RemyCampanals on GitHub (Mar 15, 2022).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/330
Originally assigned to: @sadok-f on GitHub.
Hello flyimg team !
I'm trying to get working flyimg on two separate docker containers and i have the following error :
Here's my docker configuration using your documentation and my configuration :
I did nothing into my nginx configuration because i think it's not needed (?). But when i try to use
I can't get nothing but the error "can't read the file".
I tried to debug a little, but it seems to be the Line: 93 at /var/www/html/src/Core/Entity/Image/InputImage.php who is throwing the error :
Any ideas ? :)
Thanks in advance
@sadok-f commented on GitHub (Mar 23, 2022):
Hi @RemyCampanals,
thank you for opening this issue and sorry for the late reply.
is the source of your image accessible already?
I mean
https://www.symbioze.dev/uploads/pages/contents/destiny-2-warmind-622b6192d06bc.jpg?did you try with another one? like
https://raw.githubusercontent.com/flyimg/graphic-assets/main/logo/raster/flyimg-logo-rgb.png@RemyCampanals commented on GitHub (Jun 27, 2022):
Sorry, it was a ssl problem between the two containers (nginx -> flyimg -> nginx) !
It was totally on my side, i close the issue ! :)
Thanks by the way !