HTTP get function stopped working

Recently our HTTP GET functions have stopped working. We use GET to export Wix queries to an Excel spreadsheet. We’ve had them in place for a couple of years, and haven’t made any changes. Is anyone aware of any changes in the http functions, how they work, or general queries in the past few months that might have broken our GET query?

Working in Wix Editor

Are you referring to the backend http-functions.js file or wix fetch requests from your sites backend?

You should add some debugging console logs to your query to see what your issue is. If you post your code, that’d be more helpful.

Talking about http-functions.js. It turns out that a syntax error in any backend js file will prevent the http functions from running. I found a syntax error in a totally different, unrelated file that when I fixed it my http functions started working again. Not working correctly, but that is perhaps an issue for a different thread.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.