robinbakkerdemcon opened a new issue #11694:
URL: https://github.com/apache/incubator-superset/issues/11694


   Hello,
   
   Recently I have started setting up Apache Superset and to archieve what I am 
looking for (a custom table view) I want to make a plugin. I have followed this 
tutorial (maybe 4 times) https://preset.io/blog/2020-07-02-hello-world/
   
   When I follow this tutorial and write npm `run dev-server`  it will start 
the dev-server at: http://localhost:9000. It perfectly loads my plugin, but the 
problem is that I work do everything through Putty on another laptop within the 
company network. Now, since I work from home I want to test my plugin, how can 
I archieve to run the dev-server on IP '0.0.0.0'?
   
   Normally to run my superset server I write `superset run -h 0.0.0.0 -p 8088` 
this perfectly loads up superset and I can access it at home.
   
   **What I already tried**
   1. I created a new plugin from scratch following the same steps
   2. I tried running `npm run dev-server --host 0.0.0.0`
   
   So I see two possibilities:
   
   1. Can I load my plugin when running `superset run -h 0.0.0.0 -p 8088`
   2. Can I access the dev server from home? 
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to