-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request custom support for blob storage when emulated #54
Comments
I have tried the same hack to replace 127.0.0.1 azurite URL to my own domain. http://api2.mydomain.com:10000/devstoreaccount1/storagev2/sWXwSg7ek5XAktIXLVNIW6nczYRzV1CPmJbV-x However, when my client attempts to actually download the package (from my remote server, port 10000, azurite emulated), azurite returns 404 |
@felixchan Did you give |
Yes, I did When my iOS react-native client app gets the update package, it correctly lists my domain:
However, when I GET that downloadUrl (either on client or normal Curl) I get a 404. Were you able to successfully download from azurite? |
@felixchan yes, i can download for ios and android. can you check it for |
Info.plist allows my custom domain for HTTP.
When you GET the It's 404 even for a normal GET. |
@felixchan I've been downloading just fine. i run azurite for this command i think 404 is maybe issue for your domain (like nginx setting or tomcat, etc...) |
@wn-na I was able to download the package after applying your patch to azure-storage. (Before , I forgot a step) Thanks so much! |
@wn-na I have followed the same, it's working expected :) thanks. only thing is it's not showing the |
@KarthikeyanRaju-T2S For metrics you would need to setup Redis as explained in the Readme. |
@eithe I have install redis in the ubuntu instance(where I have installed and running the code-push-server) also updated the .env with Since redis is in the same machine where code-push-server is setup and running, I didn't configure the TLS for redis. |
hello.
I have an issue where the download URL comes out as 127.0.0.1 when emulated.
To solve this, I am using the following method.
api/script/routes/acquisition.ts
add to line 182Is it possible to officially add a custom env setting for the blob storage address?
The text was updated successfully, but these errors were encountered: