Hi all,
I have a set up a parse-server instance on EC2 based on Bitnami AMI.
I enabled SSL using the cmd âbncert-toolâ which is based on Letâs Encrypt SSL
When I try to send a message via the web or mobile, the message is sent successfully and itâs saved in mongodb, however, the I got the error WebSocket connection to âwss://base_url/parse/â failed: Error: Uncaught, unspecified âerrorâ
I saw multiple suggestions, tried to apply them, but no luck, I already enabled some modules in apache httpd.conf
Please any idea how can I enable these live query in apache & is there any additional config in parse server side? by the way, below my config.json
{
âappIdâ: âXXXXXXXâ,
âmasterKeyâ: âXXXXXXXâ,
âappNameâ: âparse-serverâ,
âmountPathâ: â/parseâ,
âportâ: â1337â,
âhostâ: â127.0.0.1â,
âserverURLâ: âhttp://127.0.0.1/parseâ,
âdatabaseURIâ: âmongodb://[email protected]:27017/bitnami_parseâ
}
do I need to add something to this config in order to enable live queries?
Thanks in advance