Hi,
while testing the move of logo and favicon location to /Web/upload/images path I noticed I get double Web in URL in browser while it fails to show the uploaded images. Also now someone in support channel is experiencing the same. I removed the Web/ from:
LB_UPLOADS_IMAGE_UPLOAD_URL=Web/uploads/images
and it fixed the error. Also it fixed the error from the person in chat. I haven't dig into code why there is Web there and why shouldn't it be, but I know removing it fixes the problem. So perhaps we should remove it from both podman and docker examples?
What do you think? I dunno why it is ok in reservations, but I assume the logo code actually writes the script_url part in there, where as the reservations don't.
Hi,
while testing the move of logo and favicon location to /Web/upload/images path I noticed I get double Web in URL in browser while it fails to show the uploaded images. Also now someone in support channel is experiencing the same. I removed the
Web/from:LB_UPLOADS_IMAGE_UPLOAD_URL=Web/uploads/imagesand it fixed the error. Also it fixed the error from the person in chat. I haven't dig into code why there is Web there and why shouldn't it be, but I know removing it fixes the problem. So perhaps we should remove it from both podman and docker examples?
What do you think? I dunno why it is ok in reservations, but I assume the logo code actually writes the script_url part in there, where as the reservations don't.