1
Tips, polls, updates / Re: Help! I can only see my world map!
« on: 25/09/23, 10:26pm »
When visiting the homepage Chrome's developer tools console is reporting
The code in https://4.ape2.happymeeple.com:8442/?[{%22cmd%22:%22script%22,%22params%22:{%22domain%22:%22www.happymeeple.com%22,%22scripts%22:[%22https://www.happymeeple.com/ape-jsf/Source/ape_jsf_v2.min%22]}}] does start with
<script>
document.domain="www.happymeeple.com"
</script>
and Chrome is flagging that line as the first DOMException.
Hope this helps,
Dave.
- Uncaught DOMException: Failed to set the 'domain' property on 'Document': 'www.happymeeple.com' is not a suffix of '4.ape2.happymeeple.com'.
- Uncaught DOMException: Blocked a frame with origin "https://www.happymeeple.com" from accessing a cross-origin frame.
The code in https://4.ape2.happymeeple.com:8442/?[{%22cmd%22:%22script%22,%22params%22:{%22domain%22:%22www.happymeeple.com%22,%22scripts%22:[%22https://www.happymeeple.com/ape-jsf/Source/ape_jsf_v2.min%22]}}] does start with
<script>
document.domain="www.happymeeple.com"
</script>
and Chrome is flagging that line as the first DOMException.
Hope this helps,
Dave.