I have upgraded the fusion auth to 1.25.0
Now, when trying to create a user along with registration using the java client, getting a 404 Not Found error.
Can someone help me out here?
I have upgraded the fusion auth to 1.25.0
Now, when trying to create a user along with registration using the java client, getting a 404 Not Found error.
Can someone help me out here?
This is the maven dependency used
<io.fusionauth.version>1.6.0</io.fusionauth.version>
After upgrading the fusion auth version to 1.25.0, we are unable to register users along with registration combined.
Found that there was an update in the release note for this: https://fusionauth.io/docs/v1/tech/release-notes/#version-1-25-0
Allow the Registration API to accept the applicationId as a URL segment
Fusion auth java client version: 1.7.0
When using the java client library, the register method is responding with a 404 not found error.
Is there anything wrong or something I am missing? From the java client docs, found that the most recent version of the java client is 1.7.0