Starting CodePush update check... NewHome.js:398 Error checking for update: Error: 400: {"statusCode":400,"code":"FST_ERR_VALIDATION","error":"Bad Request","message":"querystring/deployment_key Must be from 10 to 100 characters, querystring/deployment_key Must contain only letters, numbers, underscores, or hyphens"} at call (native) at CodePushError (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:139176:30) at call (native) at CodePushHttpError (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:139186:30) at anonymous (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:139002:95) at ?anon_0_ (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:138718:19) at next (native) at asyncGeneratorStep (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:22342:19) at _next (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:22356:29) at tryCallOne (address at InternalBytecode.js:1:1180) at anonymous (address at InternalBytecode.js:1:1874) <img width="1566" height="818" alt="Image" src="https://github.com/user-attachments/assets/52d2013f-edd2-4150-a2e4-5d2dd7c51b95" /> <img width="1562" height="774" alt="Image" src="https://github.com/user-attachments/assets/4211bf85-a63a-4a71-81b6-c381209f12e5" /> I added the following keys in Info.plist for both prod and test: <key>CodePushDeploymentKey</key> <string>$(CODEPUSH_KEY)</string> <key>CodePushServerURL</key> <string>https://api.revopush.org</string> sdk version "@revopush/react-native-code-push": "^1.4.0", react native version 0.79.2
Starting CodePush update check...
NewHome.js:398 Error checking for update: Error: 400: {"statusCode":400,"code":"FST_ERR_VALIDATION","error":"Bad Request","message":"querystring/deployment_key Must be from 10 to 100 characters, querystring/deployment_key Must contain only letters, numbers, underscores, or hyphens"}
at call (native)
at CodePushError (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:139176:30)
at call (native)
at CodePushHttpError (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:139186:30)
at anonymous (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:139002:95)
at ?anon_0_ (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:138718:19)
at next (native)
at asyncGeneratorStep (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:22342:19)
at _next (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.indigolearn.onefin.dev:22356:29)
at tryCallOne (address at InternalBytecode.js:1:1180)
at anonymous (address at InternalBytecode.js:1:1874)
I added the following keys in Info.plist for both prod and test:
CodePushDeploymentKey
$(CODEPUSH_KEY)
CodePushServerURL
https://api.revopush.org
sdk version
"@revopush/react-native-code-push": "^1.4.0",
react native version 0.79.2