Stamplay / stamplay-js-sdk

:rocket: JavaScript SDK of Stamplay cloud platform
https://stamplay.com
MIT License
88 stars 18 forks source link

Code Blocks - Element Not Found #34

Closed isaacg11 closed 8 years ago

isaacg11 commented 8 years ago

When running the JS SDK code for code block, it throws 404 error:

`var data = { message : "Hello" }

var params = { page : 2, per_page : 30 }

Stamplay.Codeblock("codeblock_name").run(data, params) .then(function(err) { // success }, function(err) { // error }) `

ERROR MESSAGE: message: "{"error":{"message":"Element not found","status":404}}

isaacg11 commented 8 years ago

Ionic issue, not sdk