Hi guys
Someone I'm working with is having a problem getting a C3 game on their server to work on iOS.
The same game works just fine on my server (Bluehost), so I'm wondering whether they might have some scripts missing etc.
This is the errors I get (iOS) when I test the game on their server ...
[Error] Origin http://www.[somesite].org is not allowed by Access-Control-Allow-Origin.
[Error] Fetch API cannot load https://www.[somesite].org/not_found.asp due to access control checks.
[Error] Failed to load resource: Origin http://www.[somesite].org is not allowed by Access-Control-Allow-Origin. (not_found.asp, line 0)
[Error] no handler for message type 'OpusDecode'
OnDispatchWorkerMessage (jobworker.js:1:2248)
[Error] no handler for message type 'OpusDecode'
OnDispatchWorkerMessage (jobworker.js:1:2248)
[Error] Origin http://www.[somesite].org is not allowed by Access-Control-Allow-Origin.
[Error] Fetch API cannot load https://www.[somesite].org/not_found.asp due to access control checks.
[Error] Failed to load resource: Origin http://www.[somesite].org is not allowed by Access-Control-Allow-Origin. (not_found.asp, line 0)
[Error] [Construct 3] Failed to load audio 'media/robotic_insect_movement_02_leg_+_footstep_stereo.webm': – TypeError: Origin http://www.[somesite].org is not allowed by Access-Control-Allow-Origin.
TypeError: Origin http://www.[somesite].org is not allowed by Access-Control-Allow-Origin.
(anonymous function) (main.js:1:45671)
asyncFunctionResume
(anonymous function)
promiseReactionJob
Any ideas on what this means (something to do with audio decoding?)
PS. For privacy reasons, I've changed the website name to [somesite] - in the error message above
Thank you heaps in advance :)