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
make changes in the config.json and redeploy (with mode set to default or update)
Expected:
Not a full redeploy
Actual:
A full redeploy: a call to in my case http://localhost:8080/exist/apps/jinks/api/generator/docker?overwrite=default. And because the docker app does not exist, we think we should be redeploying. While the call should be to http://localhost:8080/exist/apps/jinks/api/generator/my-app-name?overwrite=default, right?
The text was updated successfully, but these errors were encountered:
To repro:
Expected:
Actual:
http://localhost:8080/exist/apps/jinks/api/generator/docker?overwrite=default
. And because the docker app does not exist, we think we should be redeploying. While the call should be tohttp://localhost:8080/exist/apps/jinks/api/generator/my-app-name?overwrite=default
, right?The text was updated successfully, but these errors were encountered: