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
Describe the bug
When using renderToStream inside a server component, I receive: request to https://www.mydomain.com/logo.png failed, reason: connect ETIMEDOUT
To Reproduce
Steps to reproduce the behavior including code snippet (if applies):
Create a server component for PDF creation
Use renderToStream and provide a PDF Component which has an Image inside referencing an image on the server.
Describe the bug
When using
renderToStream
inside a server component, I receive:request to https://www.mydomain.com/logo.png failed, reason: connect ETIMEDOUT
To Reproduce
Steps to reproduce the behavior including code snippet (if applies):
renderToStream
and provide a PDF Component which has an Image inside referencing an image on the server.I've tried several url's to this file: https://www.mydomain.com, http://localhost:port, http://127.0.0.1:port, http://serverip.xx.xx.xx:port
The text was updated successfully, but these errors were encountered: