settings_file_path = 'config_box.json'
print(settings_file_path)
auth = JWTAuth.from_settings_file(response)
Facing the same error: "error": "'NoneType' object has no attribute 'from_settings_file'"
I am facing in Lambda, in my local working as expected.
Any suggestions?
And I am using the same versions.