Apify and Crawlee Official Forum

Home
Members
Michael
M
Michael
Offline, last seen 4 months ago
Joined August 30, 2024
Is it possible to have a TypeScript editor for the string input field?
1 comment
A
is it possible to support a readme.md (actor information) in english language, and another one in another language?

Maybe by using something like this in the repo?
https://github.com/jonatasemidio/multilanguage-readme-pattern
1 comment
P
How can I display images in the action information section?


  • I have the actor code in a my private github repo.
  • I placed some images in the /docs/assets directory and I'm using them in the README.md like this ![Notification infographic](./docs/assets/notification_infographic.png)
  • The repo is synced with Apify
  • After building the actor in Apify, image urls in the information tab look like this:
Plain Text
<img src="https://images.apifyusercontent.com/X_zysE0sYWGTNVCvJj_XPILdhnzX0LsR4PRfyx8vUAs/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL21pY2hhZWxoYWFyL3dpbGxoYWJlbi1hdC1yZWFsLWVzdGF0ZS1zZWFyY2gtc2NyYXBlci9tYWluL2RvY3MvYXNzZXRzL2RhdGFfYW5hbHlzaXNfaW5mb2dyYXBoaWMucG5n.png" alt="Data analysis infographic">


  • When entering the src in my browser it returns: Source image is unreachable
  • (My Actor isn't published ATM)
  • I also checked https://status.apify.com/, which states All Systems Operational
  • The build step status is succeeded and the logs don't contain any warnings or errors
  • I already tried to build again.
Is this the expected behaviour or a bug during copying the images/assets in the build step? 🤔


Temporary workaround:
As a temporary workaround, I moved the images to a different public repository and used them in the README like this: ![Notification infographic](https://raw.githubusercontent.com/michaelhaar/public-images/main/willhaben-real-estate-scraper/notification_infographic.png)
1 comment
H