React-native ios application build with expo returns error 413 with publish

0

i have problem with running build react-native application based on expo

expo build:ios returns

Request failed with status code 413 Error: Request failed with status code 413 at createError (/usr/local/lib/node_modules/expo-cli/node_modules/axios/lib/core/createError.js:16:15) at settle (/usr/local/lib/node_modules/expo-cli/node_modules/axios/lib/core/settle.js:17:12) at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/expo-cli/node_modules/axios/lib/adapters/http.js:237:11) at IncomingMessage.emit (events.js:205:15) at endReadableNT (_stream_readable.js:1154:12) at processTicksAndRejections (internal/process/task_queues.js:84:9)

Thanks a lot for any advice

Hey @baba_tumise,

A 413 error indicates your payload is too large. This could either be a result of your assets payload being too large or your JS bundle. Is there reason to believe either of those could be the case? The request payload limit is 30 MB.

Cheers,
Adam

Hi Adam,
at first of all I Would like to thank you for your interest.
I already reduce size to 25MB but still same error occurs.
What files are in bundle? Is there also node_modules?

Juraj

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.