I have a wix cli app I am developing, it has a frontend and a backend created with webMethod. I test the app using wix app dev and wix app preview commands.
If I do not release in 2-3 days after the test my production app breaks. The app's frontend is calling the backend usually fine, but in these cases it gets either 404 or CORS issues.
If I do a minor version release the app gets fixed in 2-5 minutes.
The most annoying thing is, even if I test it for a site that I only use for testing - the backend is broken for all uses (including my demo site).
Is this the expected behavior?