You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, I have mongoDB installed on AWS EC2 instance from where I am trying to connect Parse Server installed on my local pc. when I try to connect parse server to parse.com apps using their appid and masterkey it just works fine. but when I try to connect to my mongoDB instance on EC2 then it says "Server not reachable: unable to connect to server".
I already started the server using mongod command on the terminal.
I checked the securityGroup it is open to all requests.
I checked the database it exist with data in it.
I have the following code in configuration file to connect
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
hello, I have mongoDB installed on AWS EC2 instance from where I am trying to connect Parse Server installed on my local pc. when I try to connect parse server to parse.com apps using their appid and masterkey it just works fine. but when I try to connect to my mongoDB instance on EC2 then it says "Server not reachable: unable to connect to server".
I already started the server using mongod command on the terminal.
I checked the securityGroup it is open to all requests.
I checked the database it exist with data in it.
I have the following code in configuration file to connect
Note: ParseServer2 and AWS apps have same key because the db on EC2 is migrated from it.
Help me please. thanks in advance
The text was updated successfully, but these errors were encountered: