You are reading a single comment by @Velocio and its replies. Click here to read the full conversation.
  • Were you able to figure out what was going on with the profile pictures?

    Is there anything else I can do to help from my end?

  • No, no headway on that.

    The /out links I've fixed by removing them all, as well as redirecting the http:// to https://.

    But the attachments make no sense to me.

    This comment

    curl https://www.lfgss.com/comments/17405497/
    

    Results in this API call

    curl https://lfgss.microcosm.app/api/v1/comments/17405497 
    

    Results in this check for attachments

    curl https://lfgss.microcosm.app/api/v1/comments/17405497 /attachments
    

    Within the comment was the profile avatar:

    "avatar":"/api/v1/files/73821736f57a61bc3675f9469025d8f1e8fb32a9.png",
    

    And within the attachments was the picture:

    "href":"/api/v1/files/a1192d75683ebe6f1104c13f03b4f71443919dbf.jpg",
    

    Both results from the API should be called at the API URL of https://lfgss.microcosm.app.

    and I cannot see any reason why it shouldn't work.

About

Avatar for Velocio @Velocio started