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

    melichpelegri

    @melichpelegri

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

    melichpelegri Unfollow Follow

    Best posts made by melichpelegri

    • Database Migration

      We are trying to migrate from a local MariaDB database to Amazon RDS Mysql Database.

      Given greater versions than 1.7.2 are not compatible with MariaDB we decided to do this migration.

      As far as I know both databases are mostly compatible so dumping local database and restoring to Amazon RDS Mysql Database should work, I just need to change the database pointer in Fusionauth parameter file and restart server.

      After some tests seems it's not working and Fusionauth is not booting. We are getting some errors on fusionauth logs, one of them related with cache as you can see in the following github issue I opened: https://github.com/FusionAuth/fusionauth-issues/issues/1161

      posted in General Discussion
      M
      melichpelegri

    Latest posts made by melichpelegri

    • Blocked autofocusing on a <input> element in a cross-origin subframe.

      Hi all,

      I having "Blocked autofocusing on a <input> element in a cross-origin subframe." from chrome when my app wants to silent-refresh.

      I tried with FA 1.31 and 1.28 getting the same behavior.

      I have a https server on https:/example.com/authentication and i get it developing under localhost:4200. Am I missing any header or something, i have a wildcard wherever is possible, and all methods enabled...

      Login works but silent-refresh not.

      I can give you any required extra info.

      UPDATE: https://example.com/oauth2/authorize?response_type=id_token token&client_id=2a39c5e1-d8fe-48ce-be1c-e9eaf2062332&state=bjNndEs3SHhXYnQ0QWxVLVJTMVFzNHVndk5CdnBoU... is returning a html login page. Is this correct?

      Thanks in advance.

      posted in General Discussion
      M
      melichpelegri
    • Cannot upgrade database from 1.7.2 to 1.8.0-RC.1

      I made a backup from MariaDB and restored to a MySQL(tested with 5.7.33 and 8.0.21). After that I made a fresh installation of Fusionauth points to this MySQL. When it start tells that upgrade is required, so I press submit but on 1.8.0-RC.1 stops for the following error:

      -- Update the version
      UPDATE version
      SET version = '1.8.0-RC.1';
      .  Cause: java.sql.SQLSyntaxErrorException: Table 'themes' already exists
      	at org.apache.ibatis.jdbc.ScriptRunner.executeFullScript(ScriptRunner.java:142)
      	at org.apache.ibatis.jdbc.ScriptRunner.runScript(ScriptRunner.java:117)
      	at com.inversoft.maintenance.db.SQLExecutor.executeSQLScriptWithError(SQLExecutor.java:43)
      	at com.inversoft.maintenance.db.JDBCMaintenanceModeDatabaseService.upgrade(JDBCMaintenanceModeDatabaseService.java:357)
      	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
      	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
      	... 1 common frames omitted
      

      Can someone shed some light on it?

      Thanks in advance 😉

      posted in General Discussion
      M
      melichpelegri
    • Database Migration

      We are trying to migrate from a local MariaDB database to Amazon RDS Mysql Database.

      Given greater versions than 1.7.2 are not compatible with MariaDB we decided to do this migration.

      As far as I know both databases are mostly compatible so dumping local database and restoring to Amazon RDS Mysql Database should work, I just need to change the database pointer in Fusionauth parameter file and restart server.

      After some tests seems it's not working and Fusionauth is not booting. We are getting some errors on fusionauth logs, one of them related with cache as you can see in the following github issue I opened: https://github.com/FusionAuth/fusionauth-issues/issues/1161

      posted in General Discussion
      M
      melichpelegri