1539
Views
7
Comments
Error : Connection to the server was reset
Question
Hello Community Members,

Earlier my application was working fine. In my Display screen, I just have added around 4 tables and around 90 labels into it. After that I am not able to load that particular screen. In browser, it gives an error called "ERR_CONNECTION_RESET".

If I remove those labels, application works fine.

Attached is the screenshot. What are possible solutions to this problem?

Thanks,
Suraj Borade



Connection_Reset.png
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Hi Suraj,

Have you debugged the screen to find out what causes this?
2018-11-06 14-26-44
Suraj Borade
Hi Kilian,

Thanks for the reply. 

I have added 6 buttons and 6 containers in my existing display screen. Onclick of these buttons, I am toggling display conditions of these 6 containers. In debugger mode, when I am clicking on any button, pointer is not going inside the screen action. In browser cursor keeps rotating. So I am still investing into this issue. (Other functionality of Display screen is working fine except these 6 containers).

Thanks a lot.

Suraj Borade
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
Hi Suraj,

You probably have too complicated screen logic, or some JavaScript that runs rampant. If you click a button, and have a debug breakpoint on the Start of the screen action (and the debugger's on, etc.), but the breakpoint never hits, it must be some non-platform JavaScript that goes awry.
2018-11-06 14-26-44
Suraj Borade
Thanks Kilian.

I will check and update you.
2018-05-16 11-16-36
João Heleno
 
MVP
I've seen this particular error happen when you download something with a button set to "Ajax Submit" instead of "Submit", but it appears it's not the case.
2018-11-06 14-26-44
Suraj Borade
Hi Joao,

Thanks for the reply.

Do you want to say that I should set method to "Submit" instead of "Ajax Submit"? 

On button click I am not downloading anything. I am just setting six variables either true or false and after that using ajax refresh to refresh the containers.

Is there any mistake in doing that?

Have you solved this problem before?

Please advice.

Best Regards,
Suraj Borade
2018-05-16 11-16-36
João Heleno
 
MVP
No Suraj,
I am not saying to change to submit. Only if you download something... 

If you are refreshing containers stick to Ajax!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.