我已经在本地pc上从source构建了apache-superset。我把它推送到我的服务器上,现在我正试着在生产中使用它,并像这样访问use应用: ip:port
我以与本地环境相同的方式构建它,但是我不能使用url ip:port在浏览器上访问它。This is the way I ran it
我在localhost上使用端口8088,在服务器上也使用相同的端口。
发布于 2019-07-23 06:54:08
尝试通过输入您的<public IP of your server>:8088访问web应用程序。
https://stackoverflow.com/questions/57115840
复制相似问题