Trying to add Ratings with Velo-Guide with no success, what am i doing wrong?

So i am following this guide: Capturing and Displaying Ratings

i have named all the IDs the same as the guide and also connected the ratingsdisplay to the new numbers field. Also made sure the Ratings input is not connected to any dataset.

Also made sure it is Read and write

This is what the code looks like after i´ve followed the guide:

Here is my url to the results, nothing happens whenever i press the ratingsinput.

URL: https://jckshandelsbolag.wixstudio.io/my-site-1/dataset1/recept-1

Appreciate any help

Best Regards John

I noticed the following error in the developer console when I visited your site:

public/pages/masterPage.js: 'import' and 'export' may only appear at the top level. (4:24)

It’s possible theres some error in your masterPage.js that is preventing your page code from running properly. Try to fix this error and see if you see a change in what is displayed!