馃悰 [Bug] Broken avatar urls on production
Created by: Tirokk
Authored by roschaefer Closed
馃悰 Bugreport
Apparently we add the prefix /api
twice to each url of an avatar. E.g.
https://nitro-production.human-connection.org/api/api/uploads/e5aa3db1315b61c7ef94660c300094dd358177d3ba42711281b46ccbb5f7c2db.jpeg
Is obviously wrong because it's pointing to https://nitro-production.human-connection.org/api/api/uploads/
when it should point to https://nitro-production.human-connection.org/api/uploads/
The effect of this bug is that no avatar is visible on https://nitro-production.human-connection.org/ right now:
Steps to reproduce the behavior
- Visit https://nitro-production.human-connection.org/
- Login with your account
- Open javascript console and see all the 404 errors
Expected behavior
Avatars should be visible.