FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. error
    Log in to post
    • All categories
    • S

      Zero byte single-logout file downloaded every time I logout in Safari and Chrome (Mac + iPhone)

      General Discussion
      • error fusionauth • • skorupa.pawel
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      danD

      @skorupa-pawel I saw this on Firefox in the past but never on Safari.

      Does this apply to all applications?

      Do you have a logout url configured in the OAuth tab? Does that URL exist?

    • G

      After system reindex patching a user still returns SearchEngineRequestFailedException

      General Discussion
      • elasticsearch fusionauth error • • grisha
      3
      1
      Votes
      3
      Posts
      3.0k
      Views

      C

      If a user is still receiving a SearchEngineRequestFailedException after a system reindex and patching, there could be several reasons for this.

      Firstly, the issue may not have been related to the index or patching, but rather a problem with the user's search query or the way they are interacting with the system.

      Alternatively, it could be that the reindex and patching process did not fully resolve the underlying issue, and further investigation or troubleshooting is necessary.

      It's also possible that there are other technical or environmental factors at play that are causing the exception to continue occurring. In any case, it may be necessary to consult with technical support or seek out additional resources to diagnose and resolve the issue.

    • S

      Solved Receiving `[invalidJSON]` error when making FusionAuth API calls

      Q&A
      • api error json • • spencer
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      S

      HTTP clients, not just Axios, may impose their own requirements for building a valid request or have their own quirks to deal with.

      In this case the error can be resolved by providing a Content-Length header with the length of the JSON request data when making the API request via Axios.

      If you experience issues with a particular HTTP client, it may be helpful to compare the behavior with another client or check whether there are HTTP headers that may be required by the client.

    • S

      Unsolved Error in logs on hosted fusionauth

      Q&A
      • postgresql error • • shanon
      4
      0
      Votes
      4
      Posts
      2.9k
      Views

      S

      @dan Sorry I didn't get a notification that you'd replied, so my apologies that I didn't see that sooner. I'll try moving to the latest version to see if that helps before reporting back.

    • danD

      Forgot password doesn't work

      Q&A
      • forgot password error • • dan
      2
      0
      Votes
      2
      Posts
      2.8k
      Views

      danD

      Please check that you configured an SMTP server in the default Tenant (and for every other tenant, for that matter).

      It defaults to localhost and port 25, and if you don't have an SMTP server running there, any functionality sending emails, like forgot password, won't work.

      To work around this, you can set the password for any user using an API key and the User API: https://fusionauth.io/docs/v1/tech/apis/users/#update-a-user

    • danD

      "535 Incorrect authentication data" when sending email

      Q&A
      • email error • • dan
      2
      0
      Votes
      2
      Posts
      3.3k
      Views

      danD

      Ensure you are not using a reply address from @fusionauth.io; if you are this will fail our DMARC policy.

      You don’t necessarily want to remove this reply address, but it should not be using our email domain. Instead it should be an address that belongs to your organization, such as no-reply@example.com. (Or, even better: customersupport@example.com--I hate when I get an email I can't reply to, myself.)

      Each email template also has the option to override that default value with a different value. So you may also want to audit each email template to ensure if it is using a different From address, it is also owned by your domain.

    • danD

      405 when running client.exchangeOAuthCodeForAccessTokenUsingPKCE

      Q&A
      • pkce error • • dan
      4
      0
      Votes
      4
      Posts
      4.8k
      Views

      danD

      For anybody having this issue, it turned out I had written my URL wrong: http://company.fusionauth.io for example instead of https://company.fusionauth.io. The redirect to https:// caused the error.

    • danD

      Too many connections error with mysql

      Q&A
      • mysql database connections error • • dan
      3
      0
      Votes
      3
      Posts
      8.5k
      Views

      danD

      And now it works fine with 152 threads connected, so unable to reproduce this.

      I'll keep an eye out for this behavior and file an issue if it pops up again.

      For the record:

      FusionAuth 1.27
      installed via zip file
      Mysql 8.0.23 installed/managed via homebrew on the mac.

    • danD

      Added the wrong datatype to a user's data field

      Q&A
      • elasticsearch user data error • • dan
      2
      0
      Votes
      2
      Posts
      4.4k
      Views

      danD

      This exception is caused by the fact that your objects in elastic now have two different schemas (one with the number, one with the string). You need to manually fix that; one way to proceed might be to access elastic directly and remove that one user.

      Then you'll need to reindex; here's more on that: https://fusionauth.io/docs/v1/tech/core-concepts/users/#reindex

    • danD

      Issue running FusionAuth on digital ocean

      Q&A
      • k8s digital ocean error • • dan
      2
      0
      Votes
      2
      Posts
      2.4k
      Views

      danD

      My guess is that this version of MySQL on Digital Ocean is using MySQL Group Replication which is not supported.
      https://fusionauth.io/docs/v1/tech/installation-guide/system-requirements/#database

      Group Replication performs replication under the requirement that each table have a primary key, which we do not.

      You can use a managed database that uses a different strategy for replication, or use PostgreSQL.

    • danD

      DistributedCacheNotifier error message when loading data

      Q&A
      • logs error timeout • • dan
      2
      0
      Votes
      2
      Posts
      3.7k
      Views

      danD

      We have had a couple of people have this exception in Kubernetes because the nodes can’t talk to each other. Is your setup configured so that each node can talk to each other node?

      I would expect that the configuration would need to use the k8s names rather than IP addresses for all of the nodes. This is configurable in the configuration file or through env variables. More here: https://fusionauth.io/docs/v1/tech/reference/configuration/ . Look for the fusionauth-app.url setting.

    • danD

      "missing search index" error message on install

      Q&A
      • elasticsearch error • • dan
      2
      0
      Votes
      2
      Posts
      1.5k
      Views

      danD

      If this is a new install, this is expected. During startup, FusionAuth goes into maintenance mode and reports back on the state of the system.

      If you are in silent mode, the index will be created for you, if you are not in silent mode, FusionAuth will have entered an interactive startup mode and it is sitting on a prompt for you to create the Elasticsearch index.

      More on silent mode.

    • K

      fusionauth-example-asp-netcore: Malformed client_id

      Q&A
      • dotnet docker error jwt cookies • • kwatters
      3
      0
      Votes
      3
      Posts
      4.5k
      Views

      danD

      That's great to hear, glad you figured it out!

    • danD

      Unable to connect to the API now

      Q&A
      • api error • • dan
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      danD

      Double check that you are calling the precise API URL.

      http://<hostname>/api/login will work, but http://<hostname>//api/login will not. Though some user agents ignore the double //, FusionAuth treats them as two different URLs, and returns HTML which the API client doesn't know how to parse (hence the error message).

    • danD

      Stacktrace when visiting a URL with weird characters

      Q&A
      • tomcat stack trace logging error • • dan
      2
      0
      Votes
      2
      Posts
      2.3k
      Views

      danD

      In 1.19.5, we handle most of these cases by configuring tomcat to allow certain characters to be unescaped in the URL.

      https://github.com/FusionAuth/fusionauth-issues/issues/635

      So an upgrade is the most straightforward way to handle this.

      If you are proxying FusionAuth (behind something like nginx) you could also capture and hide any 500 errors: https://stackoverflow.com/questions/8715064/nginx-not-serving-my-error-page/8715597#8715597.

    • danD

      java.sql.SQLTransientConnectionException seen

      Q&A
      • postgres exception error • • dan
      5
      0
      Votes
      5
      Posts
      4.2k
      Views

      C

      @civaxox259
      you fix you problem on `https://libroslara.com/libros/
      becouse i donde see any problem on tha page

    • danD

      Solved "A request to the search index has failed. This error is unexpected."

      Q&A
      • elasticsearch elastic error 503 • • dan
      2
      0
      Votes
      2
      Posts
      4.4k
      Views

      danD

      Turns out that I didn't have much disk space.

      Saw this in the FA search logs:

      {"type": "server", "timestamp": "2020-06-10T14:34:28,378Z", "level": "WARN", "component": "o.e.c.r.a.DiskThresholdMonitor", "cluster.name": "FusionAuth", "node.name": "ubuntu-xenial", "message": "flood stage disk watermark [95%] exceeded on [NE_DhFssRru-H5oIiLwBjA][ubuntu-xenial][/usr/local/fusionauth/data/search/esv6/nodes/0] free: 887.9mb[4.4%], all indices on this node will be marked read-only", "cluster.uuid": "LGdaij30RrS4FZbgsT_6KA", "node.id": "NE_DhFssRru-H5oIiLwBjA" }

      Deleting some things from my hard drive lowered my disk usage below 95% and I no longer saw the message.