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
Upload aborts with a 400 against a newly deployed Pleroma instance; am I missing something?
All variables are set with contents. Is there specific encodings needed?
Megalodon version: v7.0.0
Pleroma Version: 2.7.2
The text was updated successfully, but these errors were encountered:
aneillans
changed the title
Pleroma
Pleroma: uploadMedia fails with 400
Sep 9, 2023
const M = generator('pleroma',
https://${data.website}
, data.tokenData.access_token);const upload = await M.uploadMedia(file.value, { description: altText });
Upload aborts with a 400 against a newly deployed Pleroma instance; am I missing something?
All variables are set with contents. Is there specific encodings needed?
Megalodon version: v7.0.0
Pleroma Version: 2.7.2
The text was updated successfully, but these errors were encountered: