FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. marcos.fernandez
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 2
    • Controversial 0
    • Groups 0

    marcos.fernandez

    @marcos.fernandez

    2
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    marcos.fernandez Unfollow Follow

    Best posts made by marcos.fernandez

    • Error when trying to log with Google at FusionAuth admin control panel

      Hi, we have upgraded to latest version available at this moment, 1.36.8, and now we are getting a javascript error when trying to log with a Google account. You could see this error at the console just when you load the administrator login page:

      bdf7ae19-42c1-4212-8ed6-07b1051cf159-image.png

      This happens when you load it for the first time and your browser cache is empty. After that moment, sometimes it loads or not.

      We use another theme for a different tenant and we managed to fixit adding the load of Helper.js script file:

      [#macro alternativeLoginsScript clientId identityProviders]
        <script src="/js/identityProvider/Helper.js?version=${version}"></script>
        [#if identityProviders["Google"]?has_content]
          <script src="https://apis.google.com/js/api:client.js"></script>
          <script src="/js/identityProvider/Google.js?version=${version}" data-client-id="${identityProviders["Google"][0].lookupClientId(clientId)}"></script>
        [/#if]
      [/#macro]
      

      Thanks,
      Regards

      posted in Q&A
      M
      marcos.fernandez
    • RE: Error when trying to log with Google at FusionAuth admin control panel

      Hi @dan, thanks for your answer. In our case, we are accessing directly to the FusionAuth instance and we started to get this error after the last upgrade to 1.36.8.

      I will fill an issue.

      Thank you very much,
      regards

      posted in Q&A
      M
      marcos.fernandez

    Latest posts made by marcos.fernandez

    • RE: Error when trying to log with Google at FusionAuth admin control panel

      Hi @dan, thanks for your answer. In our case, we are accessing directly to the FusionAuth instance and we started to get this error after the last upgrade to 1.36.8.

      I will fill an issue.

      Thank you very much,
      regards

      posted in Q&A
      M
      marcos.fernandez
    • Error when trying to log with Google at FusionAuth admin control panel

      Hi, we have upgraded to latest version available at this moment, 1.36.8, and now we are getting a javascript error when trying to log with a Google account. You could see this error at the console just when you load the administrator login page:

      bdf7ae19-42c1-4212-8ed6-07b1051cf159-image.png

      This happens when you load it for the first time and your browser cache is empty. After that moment, sometimes it loads or not.

      We use another theme for a different tenant and we managed to fixit adding the load of Helper.js script file:

      [#macro alternativeLoginsScript clientId identityProviders]
        <script src="/js/identityProvider/Helper.js?version=${version}"></script>
        [#if identityProviders["Google"]?has_content]
          <script src="https://apis.google.com/js/api:client.js"></script>
          <script src="/js/identityProvider/Google.js?version=${version}" data-client-id="${identityProviders["Google"][0].lookupClientId(clientId)}"></script>
        [/#if]
      [/#macro]
      

      Thanks,
      Regards

      posted in Q&A
      M
      marcos.fernandez