Hi,
From the past month, my project has been getting too many Network errors from Weweb Server.
Sometimes during the REST API call on page load workflow, weweb server responds with a Network Error, due to whichthe page load is getting an error.
I checked from my backend; everything is fine there. It is happening when the client browser send the API request to the Weweb Server.
Please help.
Thanks
Are you using the option to forward your calls via the WeWeb’s servers to avoid CORS? If yes, then don’t, use a proper backend.
If you are talking about the “Proxy request server side (bypass CORS)” Option, then YES, I am using this option.
Why should I not use it?
Well, I think it won’t be more reliable than Xano for example. You also expose yourself to vulnerabilities related to leaking secrets. Very often hitting CORS means it’s not supposed to be consumed from the front-end, but rather via a back-end.