Parse Server Version
In this guide, you will learn how to change your Parse Server version.
- Change the Parse Server version.
There are no pre-requisites to read this page, however, to change it, you should be the app owner.
Parse Server is an open-source framework that powers an application backend and it speeds up the time for developers by simplifying complicated programming tasks.
The Parse Server community is very active and often new versions are released. By changing the version of your app, you will be guaranteed to update to the latest version of Parse Server. All it takes is a single click on the Change Version option to upgrade or downgrade server versions.
It’s very simple, all you have to do is go to Manage Parse Server available at Server Settings, this block looks like below:
Now, you can select the version you’d like to have and click on the SAVE button.
Before upgrading to a newer version of Parse Server, it is highly recommended that you keep a development app to apply this change.
Also, in this topic, you can check the most common errors to not stumble upon a breaking change. See:
In this version, there is a security implementation in terms of uploading files to your app.
It’s required to add the following configuration in your custom parse options to make it work.
enableForPublic: This setting refers to public upload.
enableForAnonymousUser: This setting refers to anonymous user upload.
Before upgrading to a Parse Server version equal to or higher than 3.7.2, note that word id turned into a reserved field and it is related to GraphQL implementations. Note that you might not be able to manage your objects with Create, Read, Update, or Delete via REST API or SDK.
Two problems might happen:
- There’s a breaking change through the upgrade from 2.x to 3.x related to the cloud code, and you can read more about the changes here. In other words, this update has cleaned up Cloud Code syntax.
- Before you change to this version, there is a possibility provided by Parse Server which allows the user to save the audience for tracking and sending a Push notification, so you need to remove this class to prevent problems with the dashboard and database.
Before upgrading to this version, you need to make sure that you don’t have any expired certificates added to your app, please go to Server Settings > iOS Push notification > Settings and check if there are any expired certificates.
To renew the certificate, you can upload a new one following this documentation about generating an iOS certificate.
Revocable sessions were introduced in the middle of 2015 and it helped to improve the security for users. So, if it is your current version, you must be aware of a very common problem related to Legacy Token.
At this moment, if you are using Legacy Token, it’s necessary to change to Revocable Token before selecting a newer version. This link can help you with it:
If you got some error and the solutions above don’t work for you, please contact our support team via App Id chat.
At this point, you have learned how to upgrade or downgrade your current Parse Server version and possible breaking changes based on the most common errors.