File upload works only on some specific routes from Ionic appnginx upload client_max_body_size issueHow does HTTP file upload work?Node.js / Express.js - How does app.router work?Express command not foundUse req.files for upload file not working with express 4.xJWT Token and Multer for File Uploads (Node)KeystoneJS file upload not working in my appMulter file upload doesn't work with swaggerExpressFile upload with multer refreshes React appExpress file upload with multer, but not as middleware

Was it really unprofessional of me to leave without asking for a raise first?

For decoupling an IC's power supply pins, is there any reason to use multiple capacitances when all the MLCCs have the same package size?

Should I report a leak of confidential HR information?

Balanced parentheses using STL C++

Handling a player (unintentionally) stealing the spotlight

What does grep -v "grep" mean and do?

What's the safest way to inform a new user of their password on an invite-only website?

Why do I need two parameters in an HTTP parameter pollution attack?

Why does the same classical piece sound like it's in a different key in different recordings?

What are good ways to spray paint a QR code on a footpath?

Could a Weapon of Mass Destruction, targeting only humans, be developed?

How did Lefschetz do mathematics without hands?

How to get a character's limb regrown at 3rd level?

What is the purpose of putting a capacitor on the primary side of a step-down transformer?

How is this practical and very old scene shot?

Are all commands with an optional argument fragile?

Multiple computers 1 minecraft

Most elegant way to write a one shot IF

Why was Mal so quick to drop Bester in favour of Kaylee?

Security Patch SUPEE-11155 - Possible issues?

Put my student loan in parents’ second mortgage - help?

Just graduated with a master’s degree, but I internalised nothing

What exactly did Ant-Man see that made him say that their plan worked?

How to securely dispose of a smartphone?



File upload works only on some specific routes from Ionic app


nginx upload client_max_body_size issueHow does HTTP file upload work?Node.js / Express.js - How does app.router work?Express command not foundUse req.files for upload file not working with express 4.xJWT Token and Multer for File Uploads (Node)KeystoneJS file upload not working in my appMulter file upload doesn't work with swaggerExpressFile upload with multer refreshes React appExpress file upload with multer, but not as middleware






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I've got a problem that is impossible to post the code here or reproduce. I am using Express with multer on the backend and Ionic 4.



When I try to upload a file on route /a/b everything works ok, when using the same code to upload another file to route /c/d I get a 413 error (with the exact same file). With Postman the uploads work on all routes.



I've tried to change the route name but still nothing works from the app. I've also tried different NODE_ENV and ionic env, even commenting out all the other routes and middleware on the server and still no luck.










share|improve this question






















  • Had the exact same issue some time ago and gave up on it. +1

    – Nik Kyriakides
    Mar 25 at 13:27

















1















I've got a problem that is impossible to post the code here or reproduce. I am using Express with multer on the backend and Ionic 4.



When I try to upload a file on route /a/b everything works ok, when using the same code to upload another file to route /c/d I get a 413 error (with the exact same file). With Postman the uploads work on all routes.



I've tried to change the route name but still nothing works from the app. I've also tried different NODE_ENV and ionic env, even commenting out all the other routes and middleware on the server and still no luck.










share|improve this question






















  • Had the exact same issue some time ago and gave up on it. +1

    – Nik Kyriakides
    Mar 25 at 13:27













1












1








1


1






I've got a problem that is impossible to post the code here or reproduce. I am using Express with multer on the backend and Ionic 4.



When I try to upload a file on route /a/b everything works ok, when using the same code to upload another file to route /c/d I get a 413 error (with the exact same file). With Postman the uploads work on all routes.



I've tried to change the route name but still nothing works from the app. I've also tried different NODE_ENV and ionic env, even commenting out all the other routes and middleware on the server and still no luck.










share|improve this question














I've got a problem that is impossible to post the code here or reproduce. I am using Express with multer on the backend and Ionic 4.



When I try to upload a file on route /a/b everything works ok, when using the same code to upload another file to route /c/d I get a 413 error (with the exact same file). With Postman the uploads work on all routes.



I've tried to change the route name but still nothing works from the app. I've also tried different NODE_ENV and ionic env, even commenting out all the other routes and middleware on the server and still no luck.







node.js angular express ionic-framework file-upload






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 25 at 13:07









Stefanos ChrsStefanos Chrs

6802 gold badges8 silver badges39 bronze badges




6802 gold badges8 silver badges39 bronze badges












  • Had the exact same issue some time ago and gave up on it. +1

    – Nik Kyriakides
    Mar 25 at 13:27

















  • Had the exact same issue some time ago and gave up on it. +1

    – Nik Kyriakides
    Mar 25 at 13:27
















Had the exact same issue some time ago and gave up on it. +1

– Nik Kyriakides
Mar 25 at 13:27





Had the exact same issue some time ago and gave up on it. +1

– Nik Kyriakides
Mar 25 at 13:27












0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55338519%2ffile-upload-works-only-on-some-specific-routes-from-ionic-app%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55338519%2ffile-upload-works-only-on-some-specific-routes-from-ionic-app%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript