Hi,@Ella Taylor
Thanks for posting your question in the Microsoft Q&A forum.
It looks like you're encountering an error related to the size of a request when using the Hybrid Wizard, indicating the RequestEntityTooLarge
error (HTTP status code 413). This typically means that the request payload exceeds the configured or allowed size limits on the server.
IIS has a limit for the size of the files users can upload to an application. If the file size exceeds the limit, the application will throw “Error in HTTP request, received HTTP status 413 (Request Entity Too Large)” error.
Regarding the problem of “Request Entity Too Large”, Microsoft has provided an official solution, you can refer to this link:https://techcommunity.microsoft.com/blog/iis-support-blog/solution-for-%e2%80%9crequest-entity-too-large%e2%80%9d-error/501134
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.