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?
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.