I created an application to post blogs and after testing it offline and it worked very well, It refused to add posts when I uploaded it to namecheap I keep getting an error "Error: SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON" I dont know what I am doing wrong JAVASCRIPT blogForm.addEventListener("submit", async (event) => { event.preventDefault(); const blogPostTitle = document.getElementById("blog-post-title").textContent; const blogPostDate = new Date().toDateString();...