Did you manage to resolve this? I’m having the same issue…
1 Like
same error here
The same has been working for us.
I managed to fix the issue by wrapping my axios query and variables with JSON.stringify()
You can also use the fetch library instead.
Good luck!
2 Likes
Hey, could you please share the code snippet for the same? It would be beneficial for other clients who are not so familiar with technical terms.