Hello,
I have a backend web module called fetchRequests.jsw which contains several wix-fetch functions for communicating with an external web server. These functions are called from multiple pages.
All of them work fine in the editor and until recently they all worked fine in the live site too.
I recently changed the name of the .jsw file and since then none of the functions get imported to the live site on any of the 10+ pages that call them. Everything still works fine in the editor.
All the permissions are set to ‘anyone’ for the functions in the .jsw file.
Any help greatly appreciated!
The site is www.psldn.com
Having the same issue. Very suddenly, I cannot access my backend functions.
Craig, Are you getting error messages? Did you check with Wix Customer Care ?
Luke and Max, have the issues been resolved?
Yes, my issue has been resolved.
Embarassingly – this was my own code. I’m new to JavaScript, and was throwing an error using new Error()-- I was doing the same to test my theory about what was wrong (not knowing that is what caused the problem).
The error that was displayed was JavaScript checking prototype.message and not finding anything.
That is when I earned about prototypes in JavaScript… Oops.
@maxbjork Happens to the best of us.
Thanks Yisrael. The issue seemed to resolve itself. I didn’t change anything and it just started working again… No idea 