Coder Social home page Coder Social logo

Comments (4)

SpinolaHours avatar SpinolaHours commented on May 29, 2024

Hi all,

I am also seeing this same issue after trying to use the non-code editor on a linux server that I remote into via SSH. Do you know if there is a solution to this issue?

Thanks!

from geniebuilder_geniecloud_issues.

david-macmahon avatar david-macmahon commented on May 29, 2024

I am seeing this problem too when trying to use the no-code editor via the "Remote - SSH" extension. All I get in the console window is several messages like this:

[ Info: 2023-02-13 16:44:12 GET /_devtools_/pages?CHANNEL__=MXFNRRLFXGVHUFZPABHKQSFWKXOKBUWI 200

When running locally I do see the no-code editor and I see a lot more GET messages in the console.

It seems like maybe some port is not being forwarded automatically, but I'm not sure how to test/troubleshoot that.

from geniebuilder_geniecloud_issues.

essenciary avatar essenciary commented on May 29, 2024

Hi - sorry for the lack of feedback on this one. Most likely this is caused by the fact that we expect the no-code editor to run on localhost. We could add some config to allow adding the host. I'm not familiar with how the VSCode SSH plugin works though - how do you access/forward the port from the server?

from geniebuilder_geniecloud_issues.

david-macmahon avatar david-macmahon commented on May 29, 2024

The VSCode Remote SSH extension establishes an SSH connection to a remote host and then presents the files and folders of that host's filesystem as if it were local. Running a "terminal" opens up a command line terminal inside VSCode that is actually on the remote host. Running a Julia REPL from the Julis extension will run a Julia REPL session on the remote host. VSCode can forward ports from localhost to the remote host. These forwardings can be setup explicitly, but sometimes they happen automatically (not sure what triggers the automatic forwarding). The Remote SSH extension really makes interactively working on remote servers very convenient. For example, plots from plotting in the remote "active" (i.e. VSCode-aware) Julia REPL show up in the VSCode plot pane. FWIW, the Julia extension can be loaded locally, but for use with Remote SSH the Julia extension gets installed on the remote system. For genie-builder, I would imagine that the GB extension would get loaded on the remote and run on the remote (which it would consider to be "localhost") and then any ports that it listens on would have to (somehow) be forwarded from the local system. The (other) tricky part might be if there are backwards connection to the client side, but I don't think that's required. Not sure if this answers your question exactly, but hopefully it provides some additional context.

from geniebuilder_geniecloud_issues.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.