Found the issue, it was
<cfif StructKeyExists(GetHttpRequestData().headers, "X-Forwarded-For")>
</cfif>
IN Application.cfm
but still have no idea why it can make a problem
Found the issue, it was
<cfif StructKeyExists(GetHttpRequestData().headers, "X-Forwarded-For")>
</cfif>
IN Application.cfm
but still have no idea why it can make a problem