We are currently looking into increasing the assets:maxSize setting (yes we have hit the IIS 30mb default limit problem!) and it occurred to us that there is nothing on the UI that tells us what that setting is. We feel it could be useful when creating integrations where you are providing an asset to proactively find out what the maximum size is rather than sending a file and getting an error stating simply that “Asset is too big”.
Also is there a way of distinguishing the error between hitting IIS or Squidex maximum file sizes or would that expose too much information about the system?
// A list of configuration values that should be exposed from the info endpoint and in the UI.
"exposedConfiguration": {
"version": "squidex:version"
},
When was that added?! Could it be as simple as adding assets:maxSize to there and then parsing the info endpoint?