Ankur Nigam
Ankur Nigam
Why is this not merged?
**Changes Explanation:** Instead of utilizing the `--app-location` and `--output-location` flags of the `swa` CLI, we can execute the `swa` CLI directly within the directory of the `appFolderPath`. This approach allows...
Workaround: execute `/user/new` endpoint mentioned in swagger 1. Add your master_key in the padlock (on the right side) 1. Run API with following body ```json { "user_id": "default_user_id", "user_role": "proxy_admin",...
Workaround: execute `/user/new` endpoint mentioned in swagger 1. Add your master_key in the padlock (on the right side) 1. Run API with following body ```json { "user_id": "default_user_id", "user_role": "proxy_admin",...
Hi @rajeshkamal5050 @wbreza @vhvb1989 @savannahostrowski. I understand it is not a priority right now but can you look into #3553. I have implemented a workaround. Would be great to know...
I faced similar issue in nodejs function. I am having dependencies in parent directory ```json "devDependencies": { "types": "file:../types", }, ``` scm build only have contents of function app directory...