Having issues what should I do, unauthorized error on authentication

what you had on line 15 in main.js?

did you sign anything with Metamask yet?

yes i did the signing process

and did you sign that message that appears in MetaMask?

what is the server url that you use?

i am using url from moralis.io by creating a server

https://ubqwddt5bo25.usemoralis.com:2053/server

it looks like you were able to authenticated on that server, at least from what it is present on that server db.

Can you try with latest Moralis SDK version?

<script src="https://npmcdn.com/moralis@latest/dist/moralis.js" ></script>

it says update to latest version v0.0.178

this is how you can print current Moralis SDK version: Moralis.CoreManager.get("VERSION")

are you sure that is the code that runs? can you restart your local http server?

It looks like I get the same warning, you could ignore if for now, it is only a warning anyway

what about the unauthorized error

What did you do to get that error?

it says Error: unauthorized
at handleError (moralis.js:25632)

please see the first attachment below the SDK warning

I don’t know what you did to get that error. I don’t usually see that error when I authenticate.