404 /api/two-factor/login
-
We have an application that is trying to complete a two-factor login via the API, but we are getting a 404 on /api/two-factor/login which is what the API docs indicate to use (https://fusionauth.io/docs/v1/tech/apis/login#complete-multi-factor-authentication).
Has the endpoint changed? We are using the Java FusionAuth Client Library (version 1.36.0) and Fusion Auth Self Hosted (version 1.36.6).
Please let me know if additional information is needed.
-
@ethanmcgee I'm not sure what is going on. Can you please provide step by step repro instructions?
Also, was this working on a previous version of FusionAuth?
Finally, sometimes it can be helpful to use curl to call the APIs directly as that removes any possible issues with the client library.
-
We managed to figure it out. It was a build error where IntelliJ was not updating the dependency. Thanks for the help.