Product or Service: Umbraco Cloud
Version: All versions
Issue: When navigating folders via the Kudu file explorer on large Umbraco Cloud sites, a message or error appears indicating that there are more files in the directory than can be shown. By default, the Kudu interface caps the visible file list and only allows you to view up to 299 items.
β
Solution: To bypass this display threshold and view all files properly, you can temporarily increase the item limit within your browser's local storage by following these steps:
Open your Kudu site in your web browser.
Open your browser's Developer Tools and navigate to the Console tab (typically by pressing
F12or right-clicking and selecting Inspect).Paste the following command into the console and press Enter:
window.localStorage['maxViewItems'] = 999(Note: You can change999to any higher number required to accommodate your files).To force the user interface to update, navigate away to a different folder and then return to your original directory, or simply refresh the Kudu page entirely.
Here's an example on how the works in Chrome/Brave browsers:
β
Important Note: This configuration is stored locally in your browser session. If you refresh the page or clear your browser cache, the view limit will reset back to the default of 299 items.
β
Article last update date: 20-05-2026



