-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Swift 403 issue in Xcode and crashes #1600
Comments
Could you provide some server logs from when you make this request? |
I believe the issue is with images, its returning null, or 403. Setup is Heroku running parse server 2.2.7, running the latest dashboard also on heroku, data was migrated to mlab. When clicking a link to a photo/image in the dashboard we get the aws access denied. Tried to get on the slack channel but its not working.. |
Send me your email address and I'll add you to the slack |
done |
Ok this took a bit to dig around and find what the issue was. Things learned. If you use profileImages and make a build on parse.com then build your own parse server, your iOS build will have a reference image link to parse.com which would fail. The file url was invalid which caused it to crash. If your not refreshing your user profile at launch (we do it ever so often) and go from parse.com to your own parse server this could happen to you, its easy to resolve, delete the app off your phone and rebuild it. Another thing is make sure your fileKey is set on the parse server, if you don't you will get access denied. cheers to @nlutsenko for helping me debug this.. |
@gateway And my files are being served from S3 - AWS. Some images load fine but some don't. |
🎉 This change has been released in version 5.0.0-beta.1 |
🎉 This change has been released in version 5.0.0 |
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
Parse Server running on Heroku
swift code added to AppDelegate.swift
Code taken from Parse Server Example, and not clear if you need client key since it says its optional on the parse server git readme. (we need some clarification)
When running the code I see at the bottom of xcode
Steps to reproduce
Logs/Trace
The text was updated successfully, but these errors were encountered: