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
I've updated my Parse Server and found out that the latest Parse Server versions, including 2.4.2 do not allow me to connect to it if I use "PARSE_SERVER_CLIENT_KEY": "". The problem is that all our released apps use the blank key to connect to Parse Server, so we can't change it to any other value.
I see there was a "bug fix" on Feb 9, it says that Parse allows empty / null client key, but it's not true: #3497
We tried downgrading the Parse Server to 2.2.23. It works. If we upgrade it to 2.2.24+, we can't connect to the server anymore with ClientKey = "". If we change the ClientKey to anything but "", it works. Nevertheless, we cannot change the client key to anything but "", because most of our clients have already downloaded the apps with ClientKey = "".
Server
parse-server version 2.2.24 - 2.4.2
Operating System: Ubuntu
Hardware: 8 CPU, 8 GB RAM, 150GB Disk Space
Localhost or remote server? Rackspace
Database
MongoDB version: 3.2.8
Storage engine: WiredTiger
Hardware: 250GB
Localhost or remote server? ObjectRocket
LOGS of the XCode, when trying to connect to Parse Server 2.4.2 with ClientKey = "" (the same key is in the parse server config ecosystem.json):
{ error : unauthorized }.
The text was updated successfully, but these errors were encountered:
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.
Dear Sirs,
I've updated my Parse Server and found out that the latest Parse Server versions, including 2.4.2 do not allow me to connect to it if I use "PARSE_SERVER_CLIENT_KEY": "". The problem is that all our released apps use the blank key to connect to Parse Server, so we can't change it to any other value.
I see there was a "bug fix" on Feb 9, it says that Parse allows empty / null client key, but it's not true:
#3497
We tried downgrading the Parse Server to 2.2.23. It works. If we upgrade it to 2.2.24+, we can't connect to the server anymore with ClientKey = "". If we change the ClientKey to anything but "", it works. Nevertheless, we cannot change the client key to anything but "", because most of our clients have already downloaded the apps with ClientKey = "".
Server
Database
LOGS of the XCode, when trying to connect to Parse Server 2.4.2 with ClientKey = "" (the same key is in the parse server config ecosystem.json):
{ error : unauthorized }.
The text was updated successfully, but these errors were encountered: