Hi I have a problem with a blog project I am required to make for my school.
In my project I have an admin page containing html/css and js that used to have a login-template and now because since I added this code into the js an error pops up.
function gotError (error) {
Materialize.toast(‘Incorrect Username or Password!’, 4000); <-this is the line of code that I added.
console.log("Error message - " + error.message);
console.log("Error code - " + error.code);
}
This is the error that pops up:
backendless.js:1003
Uncaught Error: Invalid value for the “value” argument. The argument must contain only string or object values
Feel free to ask me questions about my project!