I have a button which when clicked calls 3 backend functions.
All 3 of those have fetch calls in them (not sure if that is relevant).
All 3 of those have console.log calls in them so I can check what’s going on.
In preview mode, when I click the button, I get inconsistent behaviour in what the console is logging. To be more specific, within one preview session I can click the button several times and get different logs indicating that some/none of the 3 backend functions fired. The results differ with each click.
Edit: I have confirmed that the fetch call is going through by checking my 3rd party service. It seems the console logging is inconsistent. Still want to sort this though as it’s a nightmare for debugging.