Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mariocarabotta opened this issue Apr 9, 2024 · 3 comments
Open
Assignees
Labels
bug-s2 The bug is affecting any of the non-critical features described in S1 and there is no workaround.

Comments

@mariocarabotta
Copy link

mariocarabotta commented Apr 9, 2024

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 :)

@mariocarabotta mariocarabotta added the bug-s2 The bug is affecting any of the non-critical features described in S1 and there is no workaround. label Apr 9, 2024
@JbPasquier
Copy link

@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
Copy link

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
Copy link
Member

mkllnk commented Apr 10, 2024

Thank you. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-s2 The bug is affecting any of the non-critical features described in S1 and there is no workaround.
Projects
Status: Done
Development

No branches or pull requests

3 participants