Generated apps no longer ship with a stranger's name in the sidebar
In some multi-user app templates, a fabricated business name and account details were being hardcoded into the app's navigation — meaning your customers could see someone else's identity instead of their own. Your app now always reflects the real logged-in user.
- User-facing sidebars and navigation now always show the correct account name
- No more phantom business names appearing in apps you share with clients
- Multi-tenant SaaS apps show each user their own information
Blank white screen on freshly generated apps is fixed
Some newly built apps would load completely — but show nothing but a white screen, with no error message. A hidden style was keeping all content invisible and never revealing it. Pages now appear correctly as soon as they load.
- Your generated app's pages are visible immediately on first load
- No more sharing an app link only for your client to see a blank screen
- Animations and fade-in effects on page elements work as intended
Custom endpoint actions now work with form posts, file uploads & more
Custom actions in your app could only receive data sent as structured JSON — anything sent from an HTML form, a file upload, or a third-party service would arrive completely empty with no way to recover it. All common data formats are now supported.
- Form submissions, file uploads, and third-party service callbacks now reach your app correctly
- Build integrations that accept data from a much wider range of sources
- Raw request content is also available if you need to handle unusual formats