floss-fund / portal

Portal / directory for listing, indexing, and crawling funding.json manifests
https://dir.floss.fund
GNU Affero General Public License v3.0
22 stars 6 forks source link

Trying to apply but failing with "manifest URL was not found in the .well-known list" #12

Closed jcelerier closed 2 weeks ago

jcelerier commented 2 weeks ago

Hello, I am trying to apply to floss-fund with the following json: https://jcelerier.name/funding.json The validator passes without issues, but at the time of submitting, I get:

manifest URL https://jcelerier.name/funding.json was not found in the .well-known list

I don't really understand what is my error, all my .well-known point to https://jcelerier.name/funding.json in the file. I tried adding a "wellKnown" in the "entity"

"webpageUrl": {
    "url": "https://jcelerier.name",
    "wellKnown": "https://jcelerier.name/.well-known/funding-manifest-urls"
}

but this did not help.

knadh commented 2 weeks ago

Hi @jcelerier. Looks like you managed to fix this. I can see that your listing is up.

https://dir.floss.fund/view/projects/@jcelerier.name

jcelerier commented 2 weeks ago

Hello ! I actually didn't do anything since posting the issue ?