im trying to use backendless js api on a html page created without backendless.
when i upload the index files into the page folder and replace the one already in it it seems to screw up every time additionally i initialize backendless js api on html page then it seems to not work im trying to get current user data anD insert current user data field “score” value into a const or var.
Hi @joe_joe
What kind of errors do you see?
i get null at best
Hello @joe_joe
When you are going to use library and call methods, check whether your page sees the Backendless (console.log(Backendless)).
i get null at best
Where are you getting null from? Is it the result of a method? The “getCurrentUser” method? If so then you might not have logged in the user yet.
P.S. Don’t show your API key (on screenshot) in public places like this thread.
Regards
