DIFFICULTIES UP LOAD OF DATA

My project is “VIGILANCIA ATIVA SEAPDR BLOCO 1” My collectors are not able to load the entries by the app

What is the issue they are facing?

That project has almost 2K entries, so we assume it is working?


Sim, o aviso que aparece quando tentam fazer upload de entradas é server error, please try again later. OF the problem persists, please contact support.
ec5:116 (código do problema)

One of your INTEGER questions has (or had, looks like you fixed it) a regex like:

^.{1,100000}$

which is throwing an error. Try to remove the regex, it should fix the issue.