AK
Hi, you are directly fetching the api from your js file instead you have to send a request to the token-hider.js like this const res = await fetch("/.netlify/functions/token-hider" + "?q=" + searchField.value). I have used the fetch api but you can use axios if you prefer it. Can you send the token-hider.js file so that I can take a look and see what's the problem.