-
Notifications
You must be signed in to change notification settings - Fork 79
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
/convert endpoint broken #89
Comments
I don't know enough about the changes otherwise I'd take a stab at a PR, but I'm guessing something to do with switching to |
I've been trying to get the code running locally since I filed the issue, I finally got it running but it works locally |
This may have been due to a recently server upgrade to Node 14 LTS. Do you still experience the issue now? I currently cannot duplicate so I would need more details if you still have an issue. |
I switched my local environment to node 14 lts and it still works locally, but uploading any file to https://ogre.adc4gis.com/ fails |
I am still getting this error: {"error":true,"msg":"No file provided"} when using the website as well as the api call. For now, I am just using the geojson and .zip version of the shapefile provided on the website. |
Was able to duplicate now and applied a fix. How does it perform now? |
expressjs/connect-multiparty#29 Looks like connect-multiparty had an issue with Node 14 they fixed |
@macrouch care to open a PR with that change? |
Already did ;) It is also working for me with whatever change you made |
Thx @macrouch for the PR and all ya'll for testing. |
Thanks for the quick response! Our users thank you! |
Works for me now! Thank you! |
Both on https://ogre.adc4gis.com/ and using the api call from an app returns the following 400 error when trying to use the
/convert
endpoint{"error":true,"msg":"No file provided"}
The text was updated successfully, but these errors were encountered: