Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Suraj Borade
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
Kilian Hekhuis
MVP
Hi Suraj,
Have you debugged the screen to find out what causes this?
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
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.
Suraj Borade
Thanks Kilian.
I will check and update you.
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.
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
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...