David Arce

Results 9 comments of David Arce

Will have to see if I can accomplish this with Vite.

Okay guys, I have the answer. ``` env-cmd -f .env.staging react-scripts build ``` `env-cmd -f ` We are assuming that `env-cmd -f .env.staging` works alone. However, you have to specify...

I changed the title because I believe this issue is actually being caused by the desired network already being saved under "My Networks".

I am also having the same issue on 0.8.5

There were a few changes I made and got it working. I actually completely followed the demo app and removed the `loadTokenFromStorage`

Any updates on this? Fairly frustrating that `skaffold dev` is the only way to actually test this capability and can not instrument particular artifacts.

> > Here is a [workaround](https://github.com/fastlane/fastlane/discussions/29680) > > Looks like a temporary solution, but yeah, I can confirm that it works: > > before_all do > ENV["DELIVER_ALTOOL_ADDITIONAL_UPLOAD_PARAMETERS"] = "--use-old-altool" >...