Replies: 1 comment
-
Please check recent PR74 I think so by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a problem when I try to display an image in PDF only in the production server. Locally, the image works. I also have a development server (same settings and configuration as production) where the image also works.
Code:
<img src="{{ config('app.url') . "/" . $configuration->image_path }}" />
The only difference that I saw was that in dev server the route of the image starts with http (because of the .env configs) and on production server starts with https. So I change the code to be like this:
Same problem. How can I fix this problem in production server?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions