1

I never seen this kind of error in console:

Received message of type object from http://mysiteDotcome, expected a string all.js:56
Received message of type object from http://mysiteDOTcom, expected a string 

my app work fine but I still curious about this errors, any idea?

1
  • 1
    Can you post relevant parts of all.js? Commented Dec 3, 2013 at 12:48

2 Answers 2

1

I was having the same problem, and here you can read a solution, at least it works for me :) Gigya websites throw an error: Received message of type object from (domain), expected a string - all.js:56

the problem was the FVD Downloader extension.

Sign up to request clarification or add additional context in comments.

Comments

0

It says that in your javascript, a string value is expected in return, but an object is found. This means your Accept header has something like text/plain.

2 Comments

what is Accept header?
@ATOzTOA Ignoring a warning doesn't solve it - it's ignoring it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.