Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
fabian3684386
Contributor III
Contributor III

AngularJS QlikSense extension parameter limit

Hello,

I am developing a Qlik Sense AngularJS extension.

The business requirement that I can't change is to pass larger content towards the extension.

When using the paint function, passing content of around 50MB is not any problem.

Now with the AngularJS controller setup, I started getting these weird errors:

```

"One or more parameters are invalid. Reason: Message must be shorter than 262144 bytes."

```

How can this limit of 260KB be increased?

Why is it set to such a low value?

What is this about?

Where is this documented?

Is it bad style to still use AngularJS and should I just stick to the paint function?

Should I switch to hypercube paging via AngularJS instead?

 

Or is there another underlying issue?

 

Your help is highly appreciated.

 

Thanks and kind regards,

Qlik Sense Business 

Labels (2)
1 Reply
fabian3684386
Contributor III
Contributor III
Author

Coudl this be related to an error caused by a 3rd party AWS SQS queuing service? Because it sounds very similar to https://stackoverflow.com/questions/73358040/aws-sqs-error-message-must-be-shorter-than-262144-bytes...