You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/04/24 13:23:16 UTC

[GitHub] [incubator-superset] badman-rodriguez commented on issue #9625: [superset-frontend] Changes aren't reflected

badman-rodriguez commented on issue #9625:
URL: https://github.com/apache/incubator-superset/issues/9625#issuecomment-619006605


   Added info:
   
   Superset with FLASK_ENV = development
   ```
   (venv) xbxr089@C02V27QUHTD5:~/Documents/bloop/superset$ FLASK_ENV=development superset run -p 8088 --with-threads --reload --debugrer
   2020-04-24 08:21:58,688:INFO:root:logging was configured successfully
   2020-04-24 08:21:59,166:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
    * Serving Flask app "superset" (lazy loading)
    * Environment: development
    * Debug mode: on
   2020-04-24 08:22:02,907:INFO:werkzeug: * Running on http://127.0.0.1:8088/ (Press CTRL+C to quit)
   2020-04-24 08:22:02,908:INFO:werkzeug: * Restarting with stat
   2020-04-24 08:22:06,516:INFO:root:logging was configured successfully
   2020-04-24 08:22:06,999:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
   2020-04-24 08:22:10,947:WARNING:werkzeug: * Debugger is active!
   ```
   Webpack Dev Server
   ```
   > superset@0.999.0-dev dev-server /Users/xbxr089/Documents/bloop/superset/superset-frontend
   > NODE_ENV=development BABEL_ENV=development node --max_old_space_size=4096 ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode=development --progress
   
   Starting type checking service...
   Using 1 worker with 2048MB memory limit
   12% building 17/17 modules 0 active[HPM] Proxy created: /  ->  http://localhost:8088
   ℹ 「wds」: Project is running at http://localhost:9000/
   ℹ 「wds」: webpack output is served from /static/assets/
   ℹ 「wds」: Content not from webpack is served from /Users/xbxr089/Documents/bloop/superset/static/assets
   ℹ 「wds」: 404s will fallback to /index.html
   98% after emitting SizeLimitsPluginNo type errors found
   Version: typescript 3.8.3
   Time: 32587ms
   ℹ 「wdm」:    5557 modules
   ℹ 「wdm」: Compiled successfully.
   [HPM] Proxy created: /  ->  http://localhost:8088
   ```
   
   I save changes, webpack dev server picks it up and no luck. nothing reflects.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org