Ivan Sakal

Results 3 comments of Ivan Sakal

```py from flask import Blueprint, jsonify from app import db from app.models import * from flask_graphql import GraphQLView from app.schema import schema api = Blueprint('api', __name__) @api.route("/") def home(): user...

Just stumbled on same exact issue, same error output. After i visit the challenge link i was given in the output, it logs me into the browser but not into...

Thanks for reviving this (very)old project of mine :)) I'll take a look at the changes next week, there shouldn't be any issues from the brief looks of the changes