error: None of my code is working?

That’s my frontend code. This is my backend code

// For full API documentation, including code examples, visit https://wix.to/94BuAAs

$w.onReady(function () {
 //TODO: write your page related code here...
 //poopoo
});

My overall goal is to be able to check if the user is the post creator.
But right now, I’m getting an error and none of my code, even console logs is showing up or working :disappointed_relieved: