General fixes#
This release addressed several issues, including those affecting Snippets in the Content Editor, spacing in the Data Editor, GIt Provider authorization, Branch loading, and Organization invitations.
Fixes
- Fixed an issue where, in some cases, dragging Snippets in the Content Editor would incorrectly duplicate text and destroy the Snippet.
- Fixed an issue causing incorrect spacing between the Cards when you open
cloudcannon.config.ymlin the Data Editor. - Fixed an issue where, in some cases, authorizing your Git Provider from the Create a Site page would incorrectly redirect you to the Org Home page.
- Fixed an issue where the Branch dropdown on the Create a Site page would only load 50 results.
- Fixed an issue where Organization invitations did not appear on the Organization Browser.
- Updated dependencies to patch security vulnerabilities.
Site Dashboard README#
This release added the Site Dashboard README file, redesigned the welcome screen for new Organizations, improved Markdown rendering in Context boxes, and updated the heading hierarchy across the app for better accessibility.
It also addressed several issues, including those affecting the Delete Organization button, Bandwidth graphs, screenshots in the Collection Browser, and Editable Regions.
Features & Improvements
- Added the Site Dashboard README. You can now create a
.cloudcannon/README.mdfile in your repository to display custom content on the Site Dashboard. For more information, please read our documentation What is the Site Dashboard README and Add a Site Dashboard README. - Improved Markdown rendering in Context boxes for Inputs. Context boxes now support fenced code blocks with syntax highlighting.
- CloudCannon now automatically adjusts heading levels in the Site Dashboard README and Context boxes to fit correctly within the page hierarchy.
- Improved the heading hierarchy across the app for better accessibility and screen reader support.
- Updated the typography scale so all six heading levels (
h1–h6) are properly styled and visually distinct. - Added better error messaging when you try to open an incompatible file in the Content Editor or Data Editor (e.g.,
.astroor.html). - Added a warning to the Collection Browser if some of your files require you to configure visual editing.
- Improved the Collection suggestions in the Create a Configuration File modal for folders with numerical folder names (e.g.,
/changelog/2026/). CloudCannon will now suggest the parent folder. - Redesigned the welcome screen for new Organizations. When you have no Sites, CloudCannon now presents two options: try a demo site or connect your own repository.
- Updated the functionality and appearance for the Create a Site page and the Syncing page under Site Settings with regards to authorizing your Git Provider.
- CloudCannon will now prompt you to configure installations if you don't have any after authorizing your Git Provider.
- Improved page load performance for Sites with Authentication enabled.
Fixes
- Fixed an issue where the Delete Organization button on the Delete page under Org Settings was incorrectly enabled when you were not on a Personal Plan.
- Fixed an issue causing Bandwidth graphs on the Organization Home page and Site Dashboard to resize incorrectly.
- Fixed an issue causing screenshots to fail to load in the Collection Browser.
- Fixed an issue where Component Editable Regions would sometimes briefly show an error message immediately after the load.
- Fixed an issue where, in some cases, Component Editable Regions would not update the tagname of child Editable Regions.
- Fixed an issue where Context Menus for Editable Regions could be cutoff by elements with overflow styles.
- Fixed an issue where strings in MDX snippets would be incorrectly escaped.
- Updated dependencies to patch security vulnerabilities.
503 errors resolved#
This release resolved all 503 errors previously affecting Sites hosted through CloudCannon, recategorized some of these as legitimate 414 errors, and added several improvements, including an updated in-app font, a streamlined Getting Started with CloudCannon guide, and better detection of Lume, Gatsby, and Nuxt when using non-standard config filenames.
It also addressed several issues, including those affecting SAML login attempts, Snippet Cards in Text Editable Regions, Site Mounting, file uploads, and password reset for User Account Authentication.
Features & Improvements
- Resolved all 503 errors previously causing issues for Sites hosted through CloudCannon and recategorized some of these errors as legitimate 414 errors. Another postmortem for this issue is coming soon.
- Updated the in-app font to
system-uifor better accessibility, performance, user experience, and maintenance. - Streamlined the in-app Getting Started with CloudCannon guide after onboarding feedback, including reducing the number of steps, improving messaging, and updating the UI for better task clarity.
- Updated the UI for the Edit Collections modal for better clarity around folder structure and suggested Collections.
- Removed duplicate suggestions for your Build Configuration (e.g.,
publicand./public/for an Output Path). - Improved detection of Lume, Gatsby, and Nuxt during CloudCannon Configuration File creation when the Site uses a non-standard config filename.
Fixes
- Fixed an issue where CloudCannon did not clear the record of your failed login attempts after a successful SAML login.
- Fixed an issue where you could not drag Snippet Cards inside a Text Editable Region.
- Fixed an issue where CloudCannon did not list existing mounted Sites on the Site Settings and Org Settings pages.
- Fixed an issue where you could not upload a file with the same filename twice.
- Fixed an issue where CloudCannon would give a 500 error when you tried to reset your password for User Account Authentication.
- Fixed an issue where, in some cases, CloudCannon would treat login attempts on Sites with Password Authentication or User Account Authentication configured as a Form submission.
- Updated dependencies to patch security vulnerabilities.