blockchain
blockchain copied to clipboard
500 Internal Server Error
I am getting this error while using POST in postman. Please help
Same
Be sure that raw type is json not text
I am getting error too and worked by adding app.config['JSONIFY_PRETTYPRINT_REGULAR'] = False to blockchain.py.
# Instantiate the Node
app = Flask(__name__)
app.config['JSONIFY_PRETTYPRINT_REGULAR'] = False
Thanks @teruuuuuu ! Your solution worked for me too.
post with json data