-
Notifications
You must be signed in to change notification settings - Fork 363
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
Images are missing after build as jar #753
Comments
same issue here. |
hi @mssaravanan do you have the full stracktrace? It may be possible that you have some kind of proxy in between which is configured correctly when running from the IDE vs running outside as a jar. |
Hi @mssaravanan and @joelk111, I've commented in #103. |
I have set the image from the spring boot resource folder it is working in the jar and docker image. @syjer I have run the JAR and the application from IDE in the same environment, URL(HTTP and HTTPS) image not loaded in the JAR application. |
@mssaravanan |
@syjer |
@mssaravanan, if you are running version |
Code:
<div class="logo-container"> <img src="https://www.xxxyyy.com/images/logo.png" alt="CompanyName"/> </div>
Error:
com.openhtmltopdf.exception WARNING:: IO problem for https://www.xxxyyy.com/images/logo.png
The text was updated successfully, but these errors were encountered: