Open splendidrob opened 1 year ago
Any help on this...still havent managed to get anything to work incrementing on click. I realised the action above wasn't the correct url but even then I still get the following:
Hi @splendidrob, glad you got the path issue sorted out! 👍
A 400 (Bad Request)
error is usually an indication that the CSRF token isn't being set properly. Check to make sure that the data
array is configured as expected before the AJAX call is made.
If you're still stuck, feel free to hit me up on Discord, where we can work through it together in real-time.
Hey there!
I'm finding an error when trying to increment the counter on clicking a button ass per the instructions in the docs.
My JS:
Results in a 404:
Many thanks for any help!