Hello!
I followed the JQuery Quickstart on GitHub and was able to get everything functioning.
I’m making calls to a Nodejs (Express) backend, which I also followed the Quickstart for. For this, I’m using axios with async/await functions on document ready.
Weirdly enough, the Async/Await functions stopped executing once I configured the quickstart. There’s no errors in the console, but I can’t even get a console.log to execute in the Async/Await function. When I change it to a regular function, everything works fine.
Any advice is much appreciated.