Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

242
Views
Unhandled Rejection (TypeError): moralis__WEBPACK_IMPORTED_MODULE_1__.Moralis.start is not a function

I'm getting:

Unhandled Rejection (TypeError): moralis__WEBPACK_IMPORTED_MODULE_1__.Moralis.start is not a function

In my front end, I'm using the react-moralis framework.

(anonymous function)
src/hooks/useMoralis/_useMoralisIntit.ts:41
  38 |   }
  39 | 
  40 |   setIsInitializing(true);
> 41 |   await Moralis.start({ serverUrl, appId });
     | ^  42 |   setIsInitializing(false);
  43 |   setIsInitialized(true);
  44 | },

The code worked on 0.2.3 but breaking on 0.2.6, what's going on?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

The Moralis.start piece was added in a recent release of moralis, so it's likely you are using packages that are out of sync.

You need to update both react-moralis and moralis

yarn add react-moralis moralis

This will update both to the latest edition.

about 4 years ago · Juan Pablo Isaza Report

0

It’s a new function and react-moralis is using the Moralis version that you have installed. You need to update moralis to version >0.0.92

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!