I’m trying to create a server in moralis.io for my local development. I need it so I can input into my frontend appId=xxx serverUrl=xxx. how can I create the server with the new moralis.io UI ? I don’t see an option to create a server in my profile settings.
I’m running into the same issue. It seems like they’ve deprecated all of this and you have to rework it with your own server now.
It’s not listed anywhere that I could find but seems like you can still set these up here: https://admin.moralis.io/dapps/
I have reached out the forum support in Discord. They gave me two options.
- https://admin.moralis.io/dapps/ The hard way or
- https://docs.moralis.io/docs/nextjs-dapp easier way.
I’m still digesting option 2, supposedly it’s easier path but have questions how to plug it back into the tutorial i’m using
- https://admin.moralis.io/dapps/ The hard way or
- https://docs.moralis.io/docs/nextjs-dapp easier way.
Both options are very different, the second uses Moralis 2.0 where you need to setup your own backend, database, etc. You only interact with Moralis over API. This is where Moralis is focused on - if you’re a developer, this means you have full freedom over which tools/frameworks you want to use.
The first option and the tutorial you’re following uses Moralis servers and moralis-v1 SDK where everything (server, database) is already set up for you. The servers and moralis-v1 SDK will only be maintained e.g. security updates, and eventually you will need to self host.
Excellent explanation, Glad ! you read my mind as far as the key points I was missing. Thank you