[SOLVED] Unable to access moralis server

So i was able to access moralis server at the url https://admin.moralis.io/dapps 2 days ago, but now i am unable to do so. Is there any fix for it? I use the server for a database

2 Likes

Do you know what was the server url?

1 Like

https://dmghdusqxgo3.grandmoralis.com:2053/server

But the server tab is also not showing and I am unable to create a new server also since this server isn’t working .
This url https://admin.moralis.io/dapps directs back to home admin page

it looks like the server was deleted yesterday, if you delete the server and there are no more servers in your account then you can not create a server any more

that is because we are going to move to self hosting servers

I used the server for database, is there any way I can use it for self hosted servers you are talking about

if you self host with a parse server, it will work similar, you will need a mongo db database for that self hosted server that you can use it after that

Do I need to change the moralis queries which I used in the moralis server or everything will be the same just we have mongodb as backend?

You will have to make some changes, from Moralis. to Parse., current moralis server is also using mongo db as a database

with a self hosted server you have full control over the server and over the database (you will also need to install redis)

So can I use same queries from client which I used for moralis hosted servers

yes, it should work the same if you choose to self host a Parse Server, you can also use a totally different backend when you self host, in that case it will not work the same as it worked with a moralis server

Ohk so I will use mongo db as a backend. In this case I just need to change the server according to my requirements like querying from mongo db and it will work right. And how will the user auth work?

You can read that tutorial that I posted the link. It has a paragraph about authentication too

@cryptokid Can we know the date and time exactly if moralis server are going to be removed.

You can read this annoucement.

1 Like