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
UI saved the connection, but when the app made requests, it used the Neptune URL directly (https://g-mdpui2k10a...) instead of routing through the proxy (https://localhost/...)
The proxy toggle wasn't being respected - even though I enabled it in the UI, the frontend code path for Neptune Analytics connections appeared to bypass it
defaultConnection.json worked because it's loaded at startup and the app treats it as a trusted/pre-configured connection, possibly using a different code path that correctly respects the proxy setting
Environment
Running local Docker container which is mounting my /.aws directory
OS: MacOS
Browser: Chrome
Graph Explorer Version: v3
Graph Database & Version: Neptune Analytics
Steps to Reproduce
Configure Neptune Analytics connection via UI with proxy enabled
Requests go directly to Neptune instead of through proxy
Workaround: pre-configure via defaultConnection.json
Expected Behavior
I expect it to honor the settings configured in the UI.
Important
If you are interested in working on this issue, please leave a comment.
Tip
Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
Description
Environment
Running local Docker container which is mounting my /.aws directory
Steps to Reproduce
Expected Behavior
I expect it to honor the settings configured in the UI.
Important
If you are interested in working on this issue, please leave a comment.
Tip
Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.