I Cloned Rarible Tutorial part 13

Hello, Iā€™m currently following the Morarable Tutorial and I am at the end of tutorial 13. Iā€™m getting errors, but I really canā€™t find the errors in my code.
Error

Thanks for help!! (and Iā€™m sorry if this issue has been already solved more than once)

ln 65: query.select(ā€œuidā€, ā€œtokenAddressā€, ā€œtokenIdā€, ā€œaskingPriceā€, ā€œtoken.token_uriā€, ā€œtoken.symbolā€, ā€œtoken.owner_ofā€, ā€œuser.usernameā€, ā€œuser.avatarā€);

Hi,
Do you also have errors in the dashboard?

You can look at this post on how to add code in forum: READ BEFORE POSTING - How to post code in the forum

You mean Moralis Dashboard?
Ooh thanks didnā€™t know that with the code. I will use that in the future.

It looks like those cloud function donā€™t compile, like they have some syntax error.
Here is the GitHub code in case that you want to do some diffs: https://github.com/MoralisWeb3/youtube-tutorials/blob/main/rarible-clone/cloud_functions.js

1 Like

thank you very much :raised_hands:

It works know, but I donā€™t know where I made a mistake. Just copy pasted the code :man_shrugging: