sgallizia commented on issue #128:
URL: https://github.com/apache/openserverless/issues/128#issuecomment-2893701622

   Yes, but I did again all the steps and I'm still facing the same error:
   
   ```
   ops admin adduser testuser t...@test.it testuser --all 
   Generated TESTUSER user secrets.
   Creating user testuser...
   whiskuser.nuvolaris.org/testuser created
   ```
   
   
   ```
   ops ide login testuser http://192.168.1.171.traefik.me
   *** Configuring Access to OpenServerless ***
   apihost=http://192.168.1.171.traefik.me username=testuser
   Logging in http://192.168.1.171.traefik.me as testuser
   Enter Password: 
   Successfully logged in as testuser.
   ok: whisk auth set. Run 'wsk property get --auth' to see the new value.
   ok: whisk API host set to http://192.168.1.171.traefik.me
   OpenServerless host and auth set successfully. You are now ready to use ops!
   ```
   
   ```
   ops ide deploy
   /home/user/.ops/tmp/deploy.pid
   PID 702587
   > Scan:
   >> Action: packages/test/test.go
   > Deploying:
   >> Package: test
   $ $OPS package update test 
   ok: updated package test
   >>> Action: packages/test/test.go
   $ $OPS action update test/test packages/test/test.go 
   ok: updated action test/test
   build process exited with code 0
   UPLOAD ASSETS FROM web
   required S3_API_URL environment variable is not set!
   ops: Failed to run task "upload": exit status 1
   task execution error: ops: Failed to run task "upload": exit status 1
   ops: Failed to run task "deploy": exit status 1
   task execution error: ops: Failed to run task "deploy": exit status 1
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to