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/01/18 19:05:57 UTC

[GitHub] [superset] duynguyenhoang opened a new issue #12585: Explore page raises 500 error when form_data in url is not a valid json

duynguyenhoang opened a new issue #12585:
URL: https://github.com/apache/superset/issues/12585


   Explore page raises 500 error when form_data in url is not a valid json.
   
   ### Expected results
   
   We should redirect to chart page instead of raising 500 error
   
   ### Actual results
   
   500 error raised with stacktraces
   
   #### How to reproduce the bug
   
   1. Get any slice url, example http://127.0.0.1:8088/superset/explore/?form_data={%22slice_id%22%3A%20179} 
   2. Modify form_data in URL to invalid json string, example http://127.0.0.1:8088/superset/explore/?form_data={not-a-valid-json
   3. You will see the 500 error
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: master
   - python version: 3.8
   - node.js version: 12
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [x] 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.
   


----------------------------------------------------------------
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] dpgaspar closed issue #12585: Explore page raises 500 error when form_data in url is not a valid json

Posted by GitBox <gi...@apache.org>.
dpgaspar closed issue #12585:
URL: https://github.com/apache/superset/issues/12585


   


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