When using fetch request at the wix developer console i got the response with json data. But when i published my site and send the request from same page, I am getting ExecutionTimeoutError: WebMethod request timed-out after 14 seconds… Did you forget to resolve a promise?
Developer console
while sending request from same page online
console
Post the code that you have used up here so that we can look at it to check. Please remove any api keys or personal details before posting any code here.
when i tested this on wix developer console i get response with the post data
but after publishing same page when i tried testing online in my google chrome console i get error message.
wix developer console with success message with response data
website console with error message with execution time error