First, sorry for creating an issue for it as it may be related to my poor S3 comprehension, and is very probably the same issue as #84, the difference being everything is (voluntarily) local.
NEXT_PUBLIC_BASE_URL= http://192.168.10.252:3004 # not same host as Garage S3 !
NEXT_PUBLIC_STORAGE_URL=http://192.168.10.254:3900
NEXT_PUBLIC_STORAGE_DOMAIN=192.168.10.254
NEXT_PUBLIC_AVATAR_BUCKET_NAME=kan-avatars
NEXT_PUBLIC_ATTACHMENTS_BUCKET_NAME=kan-pj
When using the above settings for S3 and avatar storage configuration, the avatar images are broken.
The generated URL seems to be correct (if i urldecode it, i can access it without issue), but the browser console shows a "400 - 'url' parameter is not allowed"

First, sorry for creating an issue for it as it may be related to my poor S3 comprehension, and is very probably the same issue as #84, the difference being everything is (voluntarily) local.
When using the above settings for S3 and avatar storage configuration, the avatar images are broken.
The generated URL seems to be correct (if i urldecode it, i can access it without issue), but the browser console shows a "400 - 'url' parameter is not allowed"