WeChat ID
aaronpk_tv
Hi Nitin, this sounds like a recent change to the way Known handles IndieAuth to make it return the root URL for single-user sites, which it should have been doing all along. There are a few ways to fix this for your Compass, all of which will require that you can modify stuff in the Compass MySQL database.
Method 1:
databases table. If you've only created one Compass database there will be only one record. Make a note of that id.users table, one for https://nitinkhanna.withknown.com/profile/nitinkhanna and the other for https://nitinkhanna.withknown.com/id for each.database_users table, you should see one record with the database_id of your previously found database, and it will have one of the user IDs associated with it. Add a record for the other user ID.Method 2:
users table, delete the record for the new IndieAuth URL https://nitinkhanna.withknown.com/.url of the other record from https://nitinkhanna.withknown.com/profile/nitinkhanna to https://nitinkhanna.withknown.com/.Hope this helps!
