allen-li1231 / zeppelin-vscode

Apache Zeppelin Extension for VS Code
https://marketplace.visualstudio.com/items?itemName=AllenLi1231.zeppelin-vscode
MIT License
12 stars 1 forks source link

[feature] any way to remove/re-add an existing server? #11

Closed flowy0 closed 7 months ago

flowy0 commented 8 months ago

Hi,

Is there any way to remove an existing server and re-add it? (edit a user json file or anything)? I had actually reset/updated my server and I get a Status 302 error at the side when I try to connect.

allen-li1231 commented 8 months ago

You may change your Zeppelin credential or server url via VSCode command palette (ctrl+shift+p to open) and type >zeppelin to find all extension commands.

In you specific case, I assume that you have restarted the server with credential and server url unchanged. You can simply reload the window (by entering >reload window in command palette) or restart VSCode to trigger re-login.

flowy0 commented 7 months ago

Sorry for the late reply. I have tried Set Zeppelin Credential. I have the following error when i try to re-login.

image
allen-li1231 commented 7 months ago

@flowy0 This is probably a bug, would you take time to try out the pre-release version (0.2.8)? Please let me know if login succeeds on your side. Appreciated!

flowy0 commented 7 months ago

@flowy0 This is probably a bug, would you take time to try out the pre-release version (0.2.8)? Please let me know if login succeeds on your side. Appreciated!

Managed to test the pre-release and re-connect to my server. Thanks!