No content to show
User Activity
04-21-2025
Update:capturing was the right call and using{% if output contains "Liquid error (" %}was enough for me to detect the error and at least display an error message.Outside of this edit to the code, Tim's suggestion is the correct solution.
04-21-2025
Thanks for the through breakdown Tim, this might be the right avenue to take.I did still encounter the same error but now for this line:{%- for product in collection.products -%} Maybe I should use this to try and detect the error?{% if output contai...
04-20-2025
Thanks I'll give it a shot and report back, but what makes you think this might be the right approach?
04-20-2025
Actually this has been an issue even before I started working on the site.Apparently it even happened with the old theme, but it would just show an empty page. I've been trying to do as much error checking as necessary to minimize the problem, but it...
04-20-2025
Hello all,I have been running into an internal error when the Shopify website I'm working on attempts to load a paginated list of store products. The error is usually very rare but recently has shown up more frequently (could go weeks without showing...