Posts

Showing posts with the label string

unterminated string meets end of file +rails

 This error is because you are trying to instert special symbol in record. User.last.update(password: "!@#$") User.last.update(password: "!@/#$") //it will not throw any errors.

The "chunk" argument must be of type string or an instance of Buffer or Uint8Array. Received an instance of Array

 res.end() to res.send()