Failed to release a CodePush update on React Native 0.74
parsediya opened this issue · 2 comments
Recently we upgraded the apps to RN0.74, it is bundling the content fine and but failed to release the updates.
and yes we are using monorepo
Running "react-native bundle" command:
node node_modules/.bin/react-native bundle --assets-dest '******'
--bundle-output '*******'
--dev false --entry-file ./main.tsx --platform android
(node:62607) [DEP0040] DeprecationWarning: The punycode
module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ...
to show where the warning was created)
Welcome to Metro v0.80.12
Fast - Scalable - Integrated
info Writing bundle output to: '*********'
info Done writing bundle output
info Copying 382 asset files
info Done copying assets
Error: Failed to release a CodePush update.
We will be happy to hear any suggestions.
Hello @parsediya thank you for reaching out. Which version of react-native-code-push are you using? Is this the command you are trying to execute when the issue occurs appcenter codepush release-react -a xxxxx/xxx-d xxx
?
Hello @DordeDimitrijev Thanks for your response. We fixed the issue, since it isn a mono-repo we are working on. Symlinks were the issue.
Closing this issue for now.