Hello,
I have a Power Pages site with a multistep form that acquires some information from users. The final two steps of the form have users upload files (using the File column type as the only fields on those steps). When a file is submitted that is larger than 115KB, there is an error.
I've tested the Dataverse database/fields in Power Apps, and any file submission less than the 10MB limit is successful, so I don't think it can be a database issue. Each of the File-type fields has the "Maximum File Size" property set at the maximum, 131072KB. Running a network trace during the submission attempt returns a 403 error, although I'm not sure what permission error could be occurring - all users have all permissions necessary for this. This error has only occurred with the Production site in the Production Environment. When testing the Development site in the Dev Environment, there have been no issues.
Has anyone experienced a similar issue regarding File submissions? Is there a way to fix this, or at least determine the cause? If any additional information is needed, please let me know.
Any advice is greatly appreciated. Thanks!