intuit / oauth-jsclient

Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
https://developer.intuit.com/
Apache License 2.0
124 stars 159 forks source link

Quickbooks weirdly unaccessible on 2 different networks #180

Closed m1daz closed 2 months ago

m1daz commented 2 months ago

Hello,

I am hosting quickbooks inside of a container on a server (linux) and developing on my local windows machine.

This is the error I get in the container: image

This is what opening those URLs look like on my windows machine

https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer looks like this image http error 405

https://quickbooks.api.intuit.com looks like this image http error 401.

I also notice the sandbox-quickbooks.api.intuit.com url works perfectly fine sometimes and then results back into this error image

Please let me know if this is an issue on my end or on quickbooks end.

This is 2 different machines on 2 different networks with 2 different ISPS and 2 different network types.

One is running on linux containerized with metronet as ISP and fiber optic

One is running on windows, with xfinity as isp and cable.

This shouldn't be a me-issue but it may still be. Please let me know what I can do.

m1daz commented 2 months ago

Resolved - for some reason wrong credentials were being used (sandbox instead of prod).

Sorry for the disturbance!