My Dapp used to work but after i changed the moralis.js location to
iām getting this error when i load the page:
Uncaught (in promise) Error: XMLHttpRequest failed: āUnable to connect to the Parse APIā
at handleError (moralis.js:26472:15)
My Dapp used to work but after i changed the moralis.js location to
iām getting this error when i load the page:
Uncaught (in promise) Error: XMLHttpRequest failed: āUnable to connect to the Parse APIā
at handleError (moralis.js:26472:15)
Is your server awake? What is your serverUrl?
The Moralis server youāre trying to connect to (https://7vlr1zsqcmnr.usemoralis.com:2053/server) with Moralis.start in your script doesnāt seem to exist.
Youāre a life savior! I donāt know how i didnāt noticed it before⦠Iāve changed the script but forgot that the servers donāt update it automatically, i just did the ?v=2 ātrickā and it worked. Thanks!