.
#nachos #nacho #nachonight #vegetarianrecipes #comfortfood .
.
https://www.budgetbytes.com/2017/04/spicy-baked-black-bean-nachos/
Can you provide examples of what you're finding that is not normalized?
Microsub is not "merely delivering the content from other locations". Microsub is in fact specifically already doing a lot of normalization of the content it finds, producing a feed that is much more standardized than what it discovered when crawling the feeds, even to the point of making vocabulary-specific decisions about some values.
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!