You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Under certain conditions (typically new users deploying their first application), tapis apps deploy fails with a 404 unless --no-upload is specified.
To Reproduce
Steps to reproduce the behavior:
Create a new DesignSafe Account (or temporarily rename the apps directory)
Run tapis auth init --interactive and choose designsafe
Expected behavior
A message similar to the one below [Errno 404] Not Found for https://agave.designsafe-ci.org/files/v2/media/system/designsafe.storage.default//bpachev/apps/assets-2021-06-07: 'No such file or directory'
After some time digging around the source code, I discovered the issue was because I didn't have an apps directory on my DesignSafe account - and the code did not handle the case when multiple directories on deployPath don't exist. I created a simple, minimal PR that resolved the issue I ran into - #359.
The text was updated successfully, but these errors were encountered:
Describe the bug
Under certain conditions (typically new users deploying their first application),
tapis apps deploy
fails with a 404 unless --no-upload is specified.To Reproduce
Steps to reproduce the behavior:
tapis auth init --interactive
and choose designsafecd tapisv2_apps/test_app
tapis apps deploy
Expected behavior
A message similar to the one below
[Errno 404] Not Found for https://agave.designsafe-ci.org/files/v2/media/system/designsafe.storage.default//bpachev/apps/assets-2021-06-07: 'No such file or directory'
After some time digging around the source code, I discovered the issue was because I didn't have an
apps
directory on my DesignSafe account - and the code did not handle the case when multiple directories ondeployPath
don't exist. I created a simple, minimal PR that resolved the issue I ran into - #359.The text was updated successfully, but these errors were encountered: