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

[Blocking Issue]: Transformations JSON text area is limited to 2500 characters only #136

Open
Hussein-Dahir opened this issue May 29, 2022 · 2 comments

Comments

@Hussein-Dahir
Copy link

Hi,

I am using Magic Chunks in Azure Devops to update appsettings.json config for my ASP.NET Core project.
I tried to paste a JSON text of size > 2500 character but got the following message:

This input does not support more than 2,500 characters. The pasted content has been clipped.

image

Can you please increase the max length of this text area!

I tried to split my transformations into 2 tasks as follows:

image

but got the following error on the second task when running the build:

image

@eeinworks8
Copy link

Did you ever find a work around for this? I am running into the same issue.

@Hussein-Dahir
Copy link
Author

@eeinworks8 just splitted them into 2 pipeline tasks and it worked fine.

(I was facing an issue due to some invalid json I inserted but worked after fixing it)

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