-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authenticator Null Reference #70
Comments
I would probably have to see the callstack, but the CurrentStep is set The first time this run, the step will be null. If the Step is null all the time, maybe you didn't register any steps? |
In your Authenticator class, you must return a step: return new QbTicket |
The |
i have the same error. just downloaded the sample application. |
Fix #70. The CurrentStep can be null.
This is fixed in 3.1.3 |
Hi,
I am in QbManager > AuthenticateAsync.
I receive a null reference here on line 82:
quickbooks-sync\test\WebApplication.Sample\Application\Authenticator.cs
How is your code getting the current step? I just passed the
The text was updated successfully, but these errors were encountered: