Upload troubleshooting

Greetings,

I just migrated (quite smoothly) from Pleroma to Akkoma. The only sticking point I have is I can’t seem to upload any images. In the debug log I see

Mar 17 22:03:13 pleroma pleroma[43975]: request_id=F01npMKV905CJTYAADEi [debug] POST /api/v1/media
Mar 17 22:03:13 pleroma pleroma[43975]: request_id=F01npMKV905CJTYAADEi [debug] Processing with Pleroma.Web.MastodonAPI.MediaController.create/2   Parameters: %{"file" => %Plug.Upload{path: "/tmp/plug-1679/multipart-1679112193-692315926502-3", content_type: "image/png", filename: "nickelbot-no-border.png"}}   Pipelines: [:authenticated_api]
Mar 17 22:03:13 pleroma pleroma[43975]: request_id=F01npMKV905CJTYAADEi [debug] QUERY OK source="oauth_tokens" db=0.7ms idle=1243.0ms SELECT o0."id", o0."token", o0."refresh_token", o0."scopes", o0."valid_until", o0."user_id", o0."app_id", o0."inserted_at",o0."updated_at" FROM "oauth_tokens" AS o0 WHERE (o0."token" = $1) ["<token redacted>"]
Mar 17 22:03:13 pleroma pleroma[43975]: request_id=F01npMKV905CJTYAADEi [debug] Sent 500 in 81ms 
Mar 17 22:03:13 pleroma pleroma[43975]: request_id=F01npMKV905CJTYAADEi [debug] Converted error :undef to 500 response

which looks like some kind of authentication error. I validated that the user running the server has access to the uploads directory. The files do not appear in /tmp/plug-XXXX nor in the uploads dir. Any idea where I can look?

Thanks!

check your upload filters - there’s a possibility that you may be using filters that don’t exist post -migration

You were right. Thank you so much for replying!