akash-mitra / webtheory

Web-superiority platform for the web-artisans. (WIP Version)
0 stars 0 forks source link

Image upload failed #36

Closed navkamplikar closed 4 years ago

navkamplikar commented 4 years ago

Image Tool: uploading failed because of {body: " ↵413 Request Entity Too Large<…disable MSIE and Chrome friendly error page --> ↵", code: 413, headers: {…}}</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/sarubhai"><img src="https://avatars.githubusercontent.com/u/7289330?v=4" />sarubhai</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>This is due to nginx post size i think </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/akash-mitra"><img src="https://avatars.githubusercontent.com/u/3336242?v=4" />akash-mitra</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>added <code>client_max_body_size 25M;</code></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/akash-mitra"><img src="https://avatars.githubusercontent.com/u/3336242?v=4" />akash-mitra</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>@navkamplikar please test and close</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/navkamplikar"><img src="https://avatars.githubusercontent.com/u/57868502?v=4" />navkamplikar</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>Working fine now</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/navkamplikar"><img src="https://avatars.githubusercontent.com/u/57868502?v=4" />navkamplikar</a> commented <strong> 4 years ago</strong> </div> <div class="markdown-body"> <p>I happened to see this issue again now. Attaching steps below. <a href="https://github.com/akash-mitra/webtheory/files/4623715/Img.upload.issue.zip">Img upload issue.zip</a> <img src="https://user-images.githubusercontent.com/57868502/81847695-86ec2280-9586-11ea-83bf-3b0092992821.png" alt="image" /></p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>