blockchain icon indicating copy to clipboard operation
blockchain copied to clipboard

500 Internal Server Error

Open dishaparekh213 opened this issue 5 years ago • 5 comments

I am getting this error while using POST in postman. Please help

dishaparekh213 avatar Sep 21 '20 10:09 dishaparekh213

Same

getkirill avatar Nov 08 '20 06:11 getkirill

Be sure that raw type is json not text

mhkna avatar Jan 06 '21 19:01 mhkna

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

teruuuuuu avatar Feb 07 '21 00:02 teruuuuuu

Thanks @teruuuuuu ! Your solution worked for me too.

Frankenhrn911 avatar Feb 17 '21 23:02 Frankenhrn911

post with json data

Miseriayi avatar Nov 19 '21 16:11 Miseriayi