Access hasura console remotely #3396
Labels
c/cli
Related to CLI
c/console
Related to console
duplicate
This issue or pull request already exists
k/enhancement
New feature or improve an existing feature
Hey,
i have hasura running on a remote server for development.
i can successfully access hasura via my.ip:9080 and the console with http://my.ip:9080/console
now i stumbled over the awesome hasura migrations feature and followed the guide here: https://docs.hasura.io/1.0/graphql/manual/migrations/existing-database.html
I reached step 4 successfully, but have a problem from there:
This breaks, because its remote (i am connecting via ssh), and i do not have a browser installed. Am i right?
When i now try to open my.ip:9695 i get an
ERR_CONNECTION_REFUSED
error.Can anyone help me out here?
I need to know, how i can reach the server which is running on my remote machine (http://localhost:9695) via my local web browser.
Or is it somehow possible to tell xdg-open on the remote machine to open the browser on my local machine?
Is the command which starts the server and xdg-open sending some credentials with it, so that maybe this is the reason, that i cannot access the console ui via my ip+port?
thx in advance for any hint in the right direction and thx again for the awesome project!
The text was updated successfully, but these errors were encountered: