No content to show
User Activity
The issue seems to be back (post reporting it here)
The same issue as on the 08/14/23 (link to post) has reappeared. Checkout is redirecting to the homepage. This is an issue across all our Storefront API-powered shops. I'm unsure if it's doing it with a classic theme-based store. Edit: You can te...
Not the most elegant thing in the world, but anyone reading this looking for a solution, you can just grab that export function toHTML(content) {
let parsed = JSON.parse(content);
let html = '';
parsed.children.forEach((node) => {
switch (no...
Hey mate, did you find a solution for this, I have the same issue.