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
Had an issue yesterday where the (PSU) was overriding the mount. The issue is the example of (PSU) in the readme.md file uses http://example.com. Of course this is misleading, since after you use a similar thing, all your files will be loaded back as http://example.com/files... instead of http://example.com/parse/files.. This will lead to a 404 not found request.
Could you possibly include this in the readme guide. That is change it to http://example.com/parse. or completely revert the (PSU) overriding the mount.
The update in particular is:
Adds ability to override mount with publicServerURL for production uses #1287 (flovilmart)
Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
@mutex007 I believe this is a documentation problem, the publicServerURL is intended to be the same as serverURL but with a publicly accessible address. Can you confirm that with publicServerURL set as http://example.com/parse it's all working?
Had an issue yesterday where the (PSU) was overriding the mount. The issue is the example of (PSU) in the readme.md file uses http://example.com. Of course this is misleading, since after you use a similar thing, all your files will be loaded back as http://example.com/files... instead of http://example.com/parse/files.. This will lead to a 404 not found request.
Could you possibly include this in the readme guide. That is change it to http://example.com/parse. or completely revert the (PSU) overriding the mount.
The update in particular is:
Adds ability to override mount with publicServerURL for production uses #1287 (flovilmart)
Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Environment Setup
Steps to reproduce
Logs/Trace
The text was updated successfully, but these errors were encountered: