kevinadhiguna

Results 9 comments of kevinadhiguna

@bolshoytoster Thanks for the suggestion. However, do you mind telling what's wrong with this ? `run_ci.sh` : ```shell #!/bin/bash # These are the same steps we are running in Travis...

@bregman-arie Sure, I am working on it.

This happened to me as well. Any help is appreciated.

So the device is connected to Wi-Fi with a status : no internet ? @hackermondev

Hi, I would like to anonymize IP addresses too but still can't find it in the docs. It would be great if there are updates about this. Thank you.

Hello @swaminator and @ganipcanot , thanks for your response. This is my appId : `doss5y9r2kl4x`. Region : Bahrain `me-south-1`. Yes, the build phase failed but I did not get any...

@ceefour Big Thanks, that solution did a magic ! I made a couple of changes and passed all phases (twice). ![def](https://user-images.githubusercontent.com/43397636/112367017-018bdf80-8d0c-11eb-86eb-2b0500aa944e.png) However, I still would like to understand more and...

Hi, I think this issue is happening again, even though I already included: ```yml cache: paths: - node_modules/**/* - '!node_modules/.cache' - '!node_modules/ant-design-pro' ``` in `amplify.yml` as @ceefour suggested. This is...

> Hi, I think this issue is happening again, even though I already included: > > ```yaml > cache: > paths: > - node_modules/**/* > - '!node_modules/.cache' > - '!node_modules/ant-design-pro'...