badman-rodriguez opened a new issue #10739:
URL: https://github.com/apache/incubator-superset/issues/10739


   - I followed the format given in the Blog Article: 
https://preset.io/blog/2020-07-02-hello-world/
   
   But instead i get an error when trying to run a query:
   
   <img width="1411" alt="Screen Shot 2020-08-31 at 11 13 41 AM" 
src="https://user-images.githubusercontent.com/15989103/91741939-14c23c80-eb7b-11ea-94a5-3c0609134a45.png";>
   
   Essentially it is erroring out here:
   ```
   else {
       url = '/api/v1/chart/data';
       console.log(formData, force, resultFormat, resultType, '')
       payload = buildV1ChartDataPayload({
         formData,
         force,
         resultFormat,
         resultType,
       });
     }
     postForm(url, payload);
   ```
   `INFO:werkzeug:127.0.0.1 - - [31/Aug/2020 11:13:39] "POST /api/v1/chart/data 
HTTP/1.1" 405 -` Server log
   When running any other Viz plugin, query runs fine with no issues. Its 
specifically when following this documentation.
   
   Superset Version: 0.37
   Node: 12.14
   
   Any insight would be very helpful! thanks!


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