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 2021/06/02 12:06:47 UTC

[GitHub] [superset] ukm21 opened a new issue #14948: On Refreshing Alerts & Reports page UI disappears

ukm21 opened a new issue #14948:
URL: https://github.com/apache/superset/issues/14948


   When I open Alerts & Reports page I'm able to see the page but if I refresh the browser the UI disappears.
   
   ### Expected results
   
   UI should be visible on browser refresh
   
   ### Actual results
   
   UI disappears on browser refresh
   
   #### Screenshots
   
   ![image](https://user-images.githubusercontent.com/15329626/120476904-c3283600-c3c8-11eb-85e5-c870e26be00a.png)
   
   #### How to reproduce the bug
   
   1. Go to 'Settings -> Alerts & Reports'
   2. Refresh the browser
   3. See the error "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `1.1.0`
   - python version: `3.7.9`
   - node.js version: `12`
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
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


[GitHub] [superset] zhaoyongjie edited a comment on issue #14948: On Refreshing Alerts & Reports page UI disappears

Posted by GitBox <gi...@apache.org>.
zhaoyongjie edited a comment on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-853623461


   Hi @ukm21 . You should run `superset init` from the terminal when open alert & report function.


-- 
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


[GitHub] [superset] zhaoyongjie commented on issue #14948: On Refreshing Alerts & Reports page UI disappears

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-853623461


   Hi @ukm21 . You should run `superset init` from the terminal when open alert & report funcitions.


-- 
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


[GitHub] [superset] ukm21 commented on issue #14948: On Refreshing Alerts & Reports page UI disappears

Posted by GitBox <gi...@apache.org>.
ukm21 commented on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-854381407


   hi @zhaoyongjie  I did superset init but even after that same issue


-- 
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


[GitHub] [superset] ukm21 commented on issue #14948: On Refreshing Alerts & Reports page UI disappears

Posted by GitBox <gi...@apache.org>.
ukm21 commented on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-854381407


   hi @zhaoyongjie  I did superset init but even after that same issue


-- 
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


[GitHub] [superset] anilvpatel21 commented on issue #14948: On Refreshing Alerts & Reports page UI disappears

Posted by GitBox <gi...@apache.org>.
anilvpatel21 commented on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-924608643


   @ukm21 In the local superset_config.py, you must have enabled ALERT_REPORTS in DEFAULT_FEATURE_FLAGS and remove ENABLE_ALERTS from the config file. Hope it will work.
   ```
   #ENABLE_ALERTS = False
   DEFAULT_FEATURE_FLAGS = {
         ALERT_REPORTS: True
   }
   ```
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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


[GitHub] [superset] zhaoyongjie edited a comment on issue #14948: On Refreshing Alerts & Reports page UI disappears

Posted by GitBox <gi...@apache.org>.
zhaoyongjie edited a comment on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-853623461


   Hi @ukm21 . You should run `superset init` from the terminal when open alert & report function.


-- 
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


[GitHub] [superset] anilvpatel21 edited a comment on issue #14948: On Refreshing Alerts & Reports page UI disappears

Posted by GitBox <gi...@apache.org>.
anilvpatel21 edited a comment on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-924608643


   @ukm21 In the local superset_config.py, you must have enabled ALERT_REPORTS in DEFAULT_FEATURE_FLAGS and remove depreciated ENABLE_ALERTS from the config file. Hope it will work.
   ```
   #ENABLE_ALERTS = False
   DEFAULT_FEATURE_FLAGS = {
         ALERT_REPORTS: True
   }
   ```
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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


[GitHub] [superset] zhaoyongjie commented on issue #14948: On Refreshing Alerts & Reports page UI disappears

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #14948:
URL: https://github.com/apache/superset/issues/14948#issuecomment-853623461


   Hi @ukm21 . You should run `superset init` from the terminal when open alert & report funcitions.


-- 
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