Skip to content
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

how do i get the source code so that i can modify the max file size from 20mb to 40mb? #3278

Closed
pj-wilson opened this issue Dec 23, 2016 · 9 comments

Comments

@pj-wilson
Copy link

pj-wilson commented Dec 23, 2016

how do i get to the source code so that this can be modified?

@greggmojica
Copy link

What do you need to modify? Image uploads?

@pj-wilson
Copy link
Author

pj-wilson commented Dec 23, 2016 via email

@greggmojica
Copy link

So you are trying to upload the file? Files uploaded through the server must edit the nginx file limit.

@pj-wilson
Copy link
Author

pj-wilson commented Dec 23, 2016 via email

@pj-wilson
Copy link
Author

pj-wilson commented Dec 23, 2016 via email

@natanrolnik
Copy link
Contributor

@Pupoo was your issue solved? Can we close it?

@pj-wilson
Copy link
Author

pj-wilson commented Dec 27, 2016 via email

@natanrolnik
Copy link
Contributor

natanrolnik commented Dec 28, 2016

@Pupoo I recommend you one of the following things:

Checking if you are able to change the maxUploadSize in the server initialization. Usually it's done in the server.js or index.js file. If it crashes the server, probably you need to stop, modify and start it again. I think you can check their docs here: https://docs.bitnami.com/aws/apps/parse/

If you want more customization, and they are not able to provide you a good answer on how to modify that property, I suggest you to deploy your own instance of Parse Server directly on EC2 or Heroku, for example. This way you can customize it according to your needs and have a better control. Take a look at the Parse Server Example project.

As this is not a issue in Parse Server itself - maxUploadSize works as expected - I'm closing it, but feel free to add the solution you found as it may help other people that decided to use bitnami.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants