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
Followed the documentation, and deploy all the stacks (stable-diffusion-webui and extension, and the middleware) successfully. However, there is no "role management" or "user management" tab under the "AWS SageMaker" tab. It asks for API URL and API Token, as well as Username and Password. I filled in API URL and API Token, which is copied from middleware stack output, but not sure what about username and password. I tried leave it empty, and also guessed with "admin", and then click the "Test Connection & Udpate Setting" button, the result is always "Failed to connect to backend server, please check the url and token" in the label area. The log reports:
DEBUG:aws_extension.sagemaker_ui_tab:user None logged in
ERROR:aws_extension.sagemaker_ui_tab:Error: Failed to get server request. Details: 403 Client Error: Forbidden for url: https://{xxxxxxxxxx}.execute-api.us-west-2.amazonaws.com/prod/ping
I checked webui version, which is 1.7.0, and other extensions version (e.g. ControlNet) all compatible.
I also tried the file sagemaker_ui.json, filled in the api_gateway_url and api_token value, and leave the "username" empty, but didn't work.
Describe the issue
Followed the documentation, and deploy all the stacks (stable-diffusion-webui and extension, and the middleware) successfully. However, there is no "role management" or "user management" tab under the "AWS SageMaker" tab. It asks for API URL and API Token, as well as Username and Password. I filled in API URL and API Token, which is copied from middleware stack output, but not sure what about username and password. I tried leave it empty, and also guessed with "admin", and then click the "Test Connection & Udpate Setting" button, the result is always "Failed to connect to backend server, please check the url and token" in the label area. The log reports:
DEBUG:aws_extension.sagemaker_ui_tab:user None logged in
ERROR:aws_extension.sagemaker_ui_tab:Error: Failed to get server request. Details: 403 Client Error: Forbidden for url: https://{xxxxxxxxxx}.execute-api.us-west-2.amazonaws.com/prod/ping
I checked webui version, which is 1.7.0, and other extensions version (e.g. ControlNet) all compatible.
I also tried the file sagemaker_ui.json, filled in the api_gateway_url and api_token value, and leave the "username" empty, but didn't work.
Thank you for helping looking into this issue.
Links
https://awslabs.github.io/stable-diffusion-aws-extension/en/user-guide/multi-user/
The text was updated successfully, but these errors were encountered: