hi all, we followed the self hosted server tutorial, we have an application built with v1 sdk
but many things are not working, starting from the Auth
in the server i see the error
warn: DeprecationWarning: auth.moralisEth is deprecated and will be removed in a future version. auth.moralisEth.enabled: true
error: Moralis auth failed, invalid data {“code”:101,“stack”:"Error: Moralis auth failed, invalid data\n at /Volumes/SSDInternal/Web3/PandolfiniNFT/server/build/auth/MoralisEthAdapter.js:33:15\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index
and in the client console ( vue app )
i see
RESTController.js:302 POST http://localhost:1337/server/users 404 (Not Found)
dispatch2 @ RESTController.js:302
ajax @ RESTController.js:309
(anonimo) @ RESTController.js:416
Promise.then (asinc)
request @ RESTController.js:410
task @ ParseObject.js:3631
value @ TaskQueue.js:47
enqueueTask @ SingleInstanceStateController.js:289
save @ ParseObject.js:3644
(anonimo) @ ParseObject.js:2007
Promise.then (asinc)
value @ ParseObject.js:2006
value @ ParseUser.js:687
linkWith @ ParseUser.js:1760
value @ ParseUser.js:219
value @ ParseUser.js:1094
(anonimo) @ MoralisWeb3.js:688
tryCatch @ runtime.js:64
invoke @ runtime.js:299
(anonimo) @ runtime.js:124
asyncGeneratorStep @ asyncToGenerator.js:5
_next @ asyncToGenerator.js:27
Promise.then (asinc)
asyncGeneratorStep @ asyncToGenerator.js:15
_next @ asyncToGenerator.js:27
Promise.then (asinc)
asyncGeneratorStep @ asyncToGenerator.js:15
_next @ asyncToGenerator.js:27
Promise.then (asinc)
asyncGeneratorStep @ asyncToGenerator.js:15
_next @ asyncToGenerator.js:27
Promise.then (asinc)
asyncGeneratorStep @ asyncToGenerator.js:15
_next @ asyncToGenerator.js:27
(anonimo) @ asyncToGenerator.js:34
Wrapper @ export.js:18
(anonimo) @ asyncToGenerator.js:23
(anonimo) @ MoralisWeb3.js:724
loginWithMetamsk @ Login.vue:16
callWithErrorHandling @ runtime-core.esm-bundler.js:157
callWithAsyncErrorHandling @ runtime-core.esm-bundler.js:166
invoker @ runtime-dom.esm-bundler.js:345
Login.vue:23 Error: Moralis auth failed, invalid data
at handleError (RESTController.js:438:17)
where can i start to check the problem?
thank you