Demo not working

The demo api is on demo-api.tenzu.app while the frontend is on demo.tenzu.app. This leads to the browser blocking requests due to CORS.
Am I doing something wrong?

Hello @Daezu and welcome!

You’re not doing anything wrong, we just had some issue with the recent heat wave in France ^^’.

The whole story is that the demo instance and the website are hosted on a “not-a-real-datacenter” kind of setup (contrarily to the production SaaS, which is securely and robustly hosted by our friends IndieHosters). This rough setup was not spared by the rising temperature and the server went temporarily down today.
Once we have the time, we want to migrate more things to be professionally hosted, in order to spare us from those kind of avoidable downtime. But since it’s not as critical as the app itself we didn’t get around to do it yet.

But the good news is that the demo is now fixed, you can play with it to your heart content!

(and yes, browsers like to tell you it’s a CORS error even though it got nothing to do with CORS. Makes debugging interesting sometimes :sweat_smile: )