Whats wrong with my flask Login/Signup function? Flask flyf35 — 8 April 2023 · Comments off Solution with open(os.path.join(path, "users.json"), 'r') as myfile: data = json.loads(myfile.read()) import json