Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
The currently uses a deprecated method, url.parse()
Steps to reproduce
Look through the code of the server.
Actual Outcome
url.parse()
is used in multiple places.
Expected Outcome
new URL
to be used instead.
Environment
Server
- Parse Server version: 5.0.0-alpha.13
- Operating system: N/A
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): N/A
Database
- System (MongoDB or Postgres): Postgres
- Database version: N/A
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): N/A
Client
- SDK (iOS, Android, JavaScript, PHP, Unity, etc): N/A
- SDK version: N/A