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
Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
Summary
First off, I assume this is related to the backend selection and delivery of the URL in the ActivityPub Note, even though it's about URL usage. If I should move this issue, please let me know.
When posting an image via Lemmy UI, the federated URL used with that image is the Lemmy UI URL and not the Lemmy URL. This isn't usually an issue, since they are normally hosted at the same URL, but for my instance, that is not the case. My Lemmy UI is private, and my Lemmy backend is public.
Specifically, I am talking about the italic programming.dev below:
This is also a link to a non-accessible resource, because it's using the wrong URL.
Steps to Reproduce
Run Lemmy Backend at lemmy.domain.com
Run Lemmy UI at lemmy-ui.domain.com
Post an image from Lemmy UI to a community on lemmy.other-domain.com
Visit the post on lemmy.other-domain.com
Underneath the image will be a display of italic lemmy-ui.domain.com with a broken link of https://lemmy-ui.domain.com/pictrs/image/<uuid>.png instead of lemmy.domain.com with a working link of https://lemmy.domain.com/pictrs/image/<uuid>.png
Technical Details
n/a
Version
BE: 0.19.3
Lemmy Instance URL
lemmy.nowsci.com
The text was updated successfully, but these errors were encountered:
I'm pretty sure this is a lemmy-ui issue, but just to make sure could you try posting from a mobile app or something like https://phtn.app and see if it happens there as well?
@flamingo-cant-draw I believe you are correct. I drafted a post in Thunder and my server returns the backend URL for the image there. Is there a recommended way to move this issue over, or should I just duplicate it?
Requirements
Summary
First off, I assume this is related to the backend selection and delivery of the URL in the ActivityPub Note, even though it's about URL usage. If I should move this issue, please let me know.
When posting an image via Lemmy UI, the federated URL used with that image is the Lemmy UI URL and not the Lemmy URL. This isn't usually an issue, since they are normally hosted at the same URL, but for my instance, that is not the case. My Lemmy UI is private, and my Lemmy backend is public.
Specifically, I am talking about the italic
programming.dev
below:This is also a link to a non-accessible resource, because it's using the wrong URL.
Steps to Reproduce
lemmy.domain.com
lemmy-ui.domain.com
lemmy.other-domain.com
lemmy.other-domain.com
lemmy-ui.domain.com
with a broken link ofhttps://lemmy-ui.domain.com/pictrs/image/<uuid>.png
instead oflemmy.domain.com
with a working link ofhttps://lemmy.domain.com/pictrs/image/<uuid>.png
Technical Details
n/a
Version
BE: 0.19.3
Lemmy Instance URL
lemmy.nowsci.com
The text was updated successfully, but these errors were encountered: