Blog use case: I made a simple data image not shown

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What are the exact steps to reproduce this issue?

Upload a image
Image is shown sometimes, sometimes it gives Authentication credentials were not provided.
So it images are shown broken almost always

Basicly, I am using baserow as a CMS, i have a field called image to be used as the image post but this happens

Attach screenshots, videos, or logs that demonstrate the issue.


Hi @dorvo, welcome to the community!

Could you share some details on how you have set this up. I would like to try and reproduce the issue on my end and this will help me do so.

here the actual website using it ByteForge | Innovative and Accessible Digital Solutions. Software Development as a Service provider for SMEs

i have a react cloudflare page using vite, zustand and tanstack router and i18next-react. in this case, blog is not part of the i18next because i make the blog available only in english. the upload appears on the dashboard, also the thumbnails, the first one seems to work but not cover and and the main url.

here an snippet of the return

  "image": [
        {
            "url": "https://baserow-backend-production20240528124524339000000001.s3.amazonaws.com/user_files/S8eEfkBDhnhBBaK17vTLUSdbvKTqW3ym_c71863baca9afcc1f9b7f720eebfa917c0c19404431787ba840aa72b590a68f2.jpg",
            "thumbnails": {
                "tiny": {
                    "url": "https://baserow-backend-production20240528124524339000000001.s3.amazonaws.com/thumbnails/tiny/S8eEfkBDhnhBBaK17vTLUSdbvKTqW3ym_c71863baca9afcc1f9b7f720eebfa917c0c19404431787ba840aa72b590a68f2.jpg",
                    "width": null,
                    "height": 21
                },
                "small": {
                    "url": "https://baserow-backend-production20240528124524339000000001.s3.amazonaws.com/thumbnails/small/S8eEfkBDhnhBBaK17vTLUSdbvKTqW3ym_c71863baca9afcc1f9b7f720eebfa917c0c19404431787ba840aa72b590a68f2.jpg",
                    "width": 48,
                    "height": 48
                },
                "card_cover": {
                    "url": "https://baserow-backend-production20240528124524339000000001.s3.amazonaws.com/thumbnails/card_cover/S8eEfkBDhnhBBaK17vTLUSdbvKTqW3ym_c71863baca9afcc1f9b7f720eebfa917c0c19404431787ba840aa72b590a68f2.jpg",
                    "width": 300,
                    "height": 160
                }
            },

I’m unfortunately not fmailiar with your stack or implementation of this at all. However, the urls from the response do all appear to work fine for me when manually navigating to them in my browser (chrome).

This suggests to me that there is something going wrong within your stack / code / server that is not allowing the request for the image.

I don’t think this is a Baserow specific issue as the response from Baserow seems to be working fine as far as I can tell.

To be honest that does seem realted to baserow since it happens when loads the page. Maybe the fact is in cloudflare and AWS configuration on baserow side is acting weird. The warning is given on the request to the AWS from baserow, not from CF. it happens only if opens or requested from the page.

Authentication credentials were not provided.