FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Categories
    3. Comments & Feedback
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • P

      Production mode required change from localhost to explicit IP in database url property

      • • pclark
      5
      0
      Votes
      5
      Posts
      4.1k
      Views

      danD

      @pclark okay, thanks. Sometimes there are issues if FusionAuth is underprovisioned; I wonder if that is something you ran into.

      I'm glad you found a workaround. If this pops up again, we can try to recreate.

    • P

      NullPointerException with POST /api/identity-provider/start

      • • pleymor
      2
      0
      Votes
      2
      Posts
      4.5k
      Views

      robotdanR

      @adrien-laugueux said in NullPointerException with POST /api/identity-provider/start:

      2020-11-02T09:12:47.670831893Z 2020-11-02 9:12:47.670 AM ERROR io.fusionauth.app.primeframework.error.ExceptionExceptionHandler - An unhandled exception was thrown
      2020-11-02T09:12:47.670862293Z java.lang.NullPointerException: null
      2020-11-02T09:12:47.670866593Z at io.fusionauth.api.service.authentication.SAMLv2IdentityProviderAuthenticationService.start(SAMLv2IdentityProviderAuthenticationService.java:176)
      2020-11-02T09:12:47.670870593Z at io.fusionauth.app.action.api.identityProvider.StartAction.post(StartAction.java:61)

      Thanks for reporting. This looks to be a bug, moving to GitHub.
      https://github.com/FusionAuth/fusionauth-issues/issues/963

      As a work around, pass in a dummy data object to the API, for example:

      { "applicationId": "1c212e59-0d0e-6b1a-ad48-f4f92793be32", "identityProviderId": "778985b7-6fd8-414d-acf2-94f18fb7c7e0", "data": { "workaround": true } }
    • D

      /api/status response too big exponents

      • • davidmw
      2
      0
      Votes
      2
      Posts
      828
      Views

      danD

      Hiya,

      Wow, those are pretty close to zero! Seems like we could round once it gets to e-50 or something :).

      This seems like a usability issue/bug.

      Can you please file a github issue?

    • J

      Unsolved FusionAuth vs KeyCloak on AWS

      • • josephdiesel
      2
      1
      Votes
      2
      Posts
      808
      Views

      danD

      Hiya,

      It's hard to know what's going on without a few more details 🙂 ?

      Are there any logins or other activity happening? Have you modified any of the default settings? Are you running everything (database, fusionauth, elasticsearch) on the t2.small server?

    • K

      Error when trying to view users

      • • kazepworld
      13
      0
      Votes
      13
      Posts
      30.3k
      Views

      S

      @dan

      Hello,

      I am happy that I got the answer for my doubt by going through the conversation.

      thank you so much.

      Samo

    • H

      Unsolved All password change APIs failing

      • • hnikolov
      9
      0
      Votes
      9
      Posts
      1.5k
      Views

      S

      @dan Hi Dan - I've added https://github.com/FusionAuth/fusionauth-issues/issues/758 as this looks seperate to me