However, it does not work. It fails to retrieve any information from Amazon. Initially, after deployment, it shows item data once (and it’s accurate only about 50% of the time right after deployment), but after a reload, it no longer displays any information from Amazon.
I assumed the issue might be related to caching. Therefore, I attempted to configure the cache settings like “no-store”.
However, I’m unsure where to configure cache control. I’m using a build pack, which automatically selected PHP for me, and PHP itself seems to work fine, but the scraping functionality does not work.
Does anyone know the possible reason for this issue or how to configure the cache?
Have you been able to confirm your assumption? I don’t see how the cache would be at fault for the problem you describe. It seems that it is not working properly at any time.
I tried using your app. When I submit a request, I do not get the data back. When I refresh the browser wit the same request, I randomly get data returned.