Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import settings - Contenttype - The incoming request has too many parameters #565

Closed
thomashdk opened this issue Nov 7, 2023 · 2 comments

Comments

@thomashdk
Copy link

When Importing the settings - Contenttype I get this error:

Error: The incoming request has too many parameters. The server supports a maximum of 2100 parameters. Reduce the number of parameters and resend the request.
Config file as text file
9dce5865-c26a-45ad-b1b5-2fc3b24c6d7d.txt

Screenshots
image

About your Site (please complete the following information):

  • Umbraco Version: 11.5.0
  • uSync Version: 11.2.1

I have a couple of solutions running on same code base on same server. Some of the are importing just fine.

My config:

"uSync": { "Sets": { "Default": { "DisabledHandlers": [ "contentHandler", "mediaHandler", "domainHandler", "languageHandler"], "HandlerDefaults": { "GuidNames": true }, "Handlers": { "DictionaryHandler": { "Group": "Settings" } } } }, "Settings": { "AddOnPing": false, "ImportAtStartup": "None", "ImportOnFirstBoot": false, "UIEnabledGroups": "Settings", "ExportOnSave": "Settings" } }

@thomashdk
Copy link
Author

Anyone that know how to ge around this ?

@KevinJump
Copy link
Owner

Hi,

I think this is probilbly buried in Umbraco somewhere - my best guess is when you are changing a document type that is used on over 2100 pages ?

(is there any more information in the

uSync requests don't have many parmaters, all the code goes into a 'ImportHandler' request, and then the code loops through each individual item, but when a content type is changes, umbraco events fire, and Umbraco performs some code internally to update things like content pages that use the content type - so at that point lots of things might be getting updated.

I would see if there is anything in the logs.

Having a quick look i thinbk this is the same as these Umbraco issues:

Not sure if its being fixed, but the threads of these issues might shed some light on it.

@KevinJump KevinJump closed this as not planned Won't fix, can't repro, duplicate, stale Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants