New Account Website Issues

I’ve made some changes to the account website. The price is removed for now since stripe doesn’t include it anymore in the result and would require an extra api call.

Continue Subscription has been changed to Reactivate Subscription to make it more clear what it does.

Seems there were indeed 3 cards stored with your stripe account, I removed the duplicates.

Sign Out is removed from the nav, it is now only in the header, change the link into a button

The site uses the latest Bootstrap 5.2 Beta which isn’t available yet in Wappler, we decided for this because it support customization using css variables and we wanted to have theme support. Currently it chooses dark/light theme depending on your OS theme.

I’ve done a lot of the design within Wappler, but the website is a complete custom node application and I copied the parts I designed in Wappler into ejs views for the app.

Sure, SPA is also secure, you use the same data, only difference is that it is now rendered on the server instead. It is possible that I will make it more like a SPA later since the header, nav and footer don’t change and we could do a partial load of the content instead like the content pages with Wappler. Then I will probably use App Connect for that.

There are more features coming to the account website like more authentication methods, manage multiple licenses for business accounts etc.