openfoodfoundation / sib-discovery-components

Development and application of Startin'Blox Discovery components, initial use in Discover Regenerative www.regenerative.org.au
1 stars 0 forks source link

When clicking on Brooklands Free Range Farms, the app freezes #44

Open mariocarabotta opened 1 month ago

mariocarabotta commented 1 month ago

In Startin'Blox test environment, I can reach the page but eventually it freezes

https://ofn-rpp.startinblox.com/regenerative-produce-portal-producer-details/@https%3A%2F%2Fapi.regenerative.org.au%2Fwebhook%2Fregen%2Fproducer%3Fid%3DrecALjpHmGmqsXpaW@

Similarly, in the Wordpress instance it freezes when loading the page directly

https://regenerative.org.au/directory/directory-producer-details/@https%3A%2F%2Fapi.regenerative.org.au%2Fwebhook%2Fregen%2Fproducer%3Fid%3DrecALjpHmGmqsXpaW@

or coming from the directory page it doesn't even load the page

my laptop fan also starts spinning like crazy :)

JbPasquier commented 1 month ago

@mkllnk Seems like the issue is https://api.regenerative.org.au/webhook/regen/producer/products?id=recALjpHmGmqsXpaW, wrong @id leading to an infinite loop to fetch the resource.

JbPasquier commented 1 month ago

I've added a patch to avoid infinite loops. You'd still need to fix these ids, they can mess with the data cache depending on how the client load them.

mkllnk commented 1 month ago

Thank you. Fixed.