For some reason, I am getting unable to read id on a production project.
This has bricked our production site. Thank god it’s a sunday, but given that there is no clear evidence that any fixes will be made anytime soon, we are looking to download the project.
But, the issue with that is we can’t find any clear or accurate guidance on how to download the project. When we finally found the download button, it was grayed out, even though we are on essential & grow, which says we can download. We upgraded to annual, and it is still grayed out.
This is beyond frustrating and I cannot stress strongly enough that we web is NOT stable or safe for a production environment.
We are looking into this, @BrancoDigital’s solution worked for users affected. Apologies for this issue, We will share a detailed post-mortem once we’ve identified the root cause - hopefully within the next 12 hours.
The team is on it, we hope the services will be back up by 6am EST. Keeping you all posted.
The issue affects collections that rely on our servers to be fetched: Airtable plugin, REST API with CORS.
The problem is fixed for every application not using the SQL plugin. We are now working on a fix for applications using this plugin. We’ll keep you updated.
I had planned to self-host my work using the code export.
If collections rely on your servers, will this affect my ability to self-host the solution? Or would deploying the solution in a self-hosted production environment mitigate that risk?
By “without WeWeb’s CORS routing” I assume you mean setting Proxy the request to bypass CORS issues to OFF?
I have seen some crazy CORS errors in the past - but nothing consistent. I wonder if I need to make sure all my requests have this setting off? (We ONLY call auth XANO endpoints from front end - no 3rd party APIs) ???
So, in our case (only Xano auth’d calls from WeWeb) - we should have this setting to be OFF on all our requests so that we don’t ever use WeWeb proxy for any request, right?