-
-
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
filesController sporadically missing in FilesRouter #1766
Comments
I don't see how this could happen. Please let me know if you are ever able to reproduce this, I haven't been able to reproduce it either. |
reproduceAs fair as I tested it could be reproduced in this way but not all the time
|
Closing due to lack of activity, please update to latest parse-server version and reopen if the issue persist. Don't forget to include your current:
|
I have had the same issue along with the exact error message. benishak are you still having this issue as well? |
I have the same identical issue and I'm able to reproduce it. I'm using the parse-server-fs-adapter to store files. While storing succeeds, when I try to retrieve a file Parse crashes with that error log. I posted this issue here weeks ago parse-community/parse-server-fs-adapter#3. My configuration: |
I'm getting the same error on migrated app. I uploaded a file through Parse Dasboard and now trying to access it, but getting this in error log:
The dashboard shows this:
Parse Server version is 2.2.15. This error is persistent. |
@flovilmart Can you please reopen this issue, as I wouldn't like to open a new one? |
Please update to latest version and reopen the issue if it persists |
I'm using parse server version 2.2.25 |
Can you provide the logs when running with VERBOSE=1 when this occurs? |
sure!, please give me a moment. |
`verbose: REQUEST for [GET] /parse/classes/Posts?skip=1&include=celebrity_pointer&limit=5&order=-source_created_at: {} method=GET, url=/parse/classes/Posts?skip=1&include=celebrity_pointer&limit=5&order=-source_created_at, host=<my_host_name>, connection=close, content-length=0, accept-encoding=identity, x-parse-application-id=<my_app_id>, content-type=application/json, x-parse-master-key=<my_key>, Error: ENOENT: no such file or directory, open '/usr/lib/node_modules/parse-server/logs/parse-server.info.2016-11-29' |
That isn't the same crash... |
But odd nonetheless |
Env
Problem
This error appears randomly in the console and it makes the ParseServer crash, I still can't able to reproduce it
https://github.com/ParsePlatform/parse-server/blob/master/src/Routers/FilesRouter.js#L39
The text was updated successfully, but these errors were encountered: