hi everyone, Iâm trying to set up a moralis local server following the youtube guide.
when i run âbuild devâ i get the following error:
bigint: Failed to load bindings, pure JS will be used (try npm run rebuild?)
warn: DeprecationWarning: The Parse Server option âdirectAccessâ default will change to âtrueâ in a future version. Additionally, the environment variable âPARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESSâ will be deprecated and renamed to âPARSE_SERVER_DIRECT_ACCESSâ in a future version; it is currently possible to use either one.
warn: DeprecationWarning: The Parse Server option âenforcePrivateUsersâ default will change to âtrueâ in a future version.
Moralis Server is running on port 1337.
info: Parse LiveQuery Server started running
WARNING, Unable to connect to âhttp://localhost:1337/serverâ. Cloud code and push notifications may be unavailable!
could you help me identify the error? thank you