opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
173 stars 87 forks source link

Failed to checkin IFC file #122

Closed pierrejoye closed 5 years ago

pierrejoye commented 5 years ago

Good evening,

First, thanks for this amazing plugin :)

Making a prototype and everything works out of the box so far but upload for large files. A few hundred KB or a couple of MB, all good. As soon as I try my real life model (40MB+), the upload dialog remains on forever on uploading, the topic seems to be forever active as well TopicId.

bimserver logs show nothing, incoming/ remains empty.

rubendel commented 5 years ago

Are you running BIMserver behind a firewall/proxy server? If you do, make sure the uploaded size is allowed to pass through.

pierrejoye commented 5 years ago

I missed that comment, sorry for the delay. I was running locally, and as you suspected, using nginx as proxy, to work around the JS paths bugs from previous versions, in front of the bimserver container.

Long story short, all good, I forgot to increase post size limit in the proxy. Thanks you :)