Can I please get some help with fixing this? Does anybody know how to fix it?
The image links are valid, as the exact same images display just fine on other pages, so I’m not sure why its telling me its undefined.
Thanks!
The lookup fails to find the record you’re trying to reference. It returns undefined (meaning nothing) and so you get that error. Make your logic more sturdy, piece this together on the backend.. if you’re using Supabase, it’s very simple.
I’m not understanding how that could be tho. The logic is the same between the images that display correctly and the images that don’t display correctly. There is nothing different. The data is there, and the photo URLs are there, and they work fine. And yes I’m using Supabase and the connection between the tables is very straightforward and simple. Tbh this feels more like a WeWeb issue, but open to suggestions.
if you give us some more info we might be able to help better, whats the collection fetched like, what does the data of property photos look like for the ones its failing on ect
I figured it out! Turns out it was cause of a setting in Supabase. I had hit the maximum number of rows returned from a table, which were set to limits payload size for accidental or malicious requests. I just increased the number.