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
Plácido Miranda
18
Views
5
Comments
Debugger Error
Question
Debug
Hi,
When I try to debug a eSpace get this error.
The error only happens in this eSpace and on my computer. On the computer of a colleague it works well.
In more information the error is:
O tipo de conteúdo text/html; charset=utf-8 da mensagem de resposta não corresponde ao tipo de conteúdo do enlace(text/xml; charset=utf-8). Se utilizar um codificador personalizado, certifique-se de que o método IsContentTypeSupported é correctamente implementado. Os primeiros 1024 bytes da resposta eram: '
<html>
Any idea how to solve?
Thanks,
Plácido Miranda
Suraj Borade
Hi Placido,
Are you debugging an action which is calling webservice? If that is true, webservice is returning an xml which is not matching with the structure generated and it's getting timed out.
Plácido Miranda
Hi Suraj,
Thanks for the answer, but i dont have any webservice in my eSpace.
Plácido Miranda
Hi,
We've found the problem.
We have a Redirect Rule that was interfering with debugging.
Thanks,
Plácido Miranda
Suraj Borade
Hi Placido,
Can you please post where did you find Redirect Rule? How to set that?
Thanks
Plácido Miranda
Hi Suraj,
You can see the Redirect Rules in Service Center -> Administration -> SEO URLs -> Redirect Rules List
The problem is that to connect to the server I was using: myname@servername rather than myname@serverip.
If you connect with the last one the Redirect Rules will not affect your debug.
You can read more about SEO Rules
here
.
Plácido
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...