Dfx deploy asset upload ignores hidden directories

When I try to set up www.dsign.ooo in Juno where I automated the keys, I get different host entries.

e.g. you got _canister-id.www.dsign.ooo but I got _canister-id.www.

So is it possible that this is the root cause of your issue?

I’ll forward your question to BN team to be sure.

See below Dfx deploy asset upload ignores hidden directories - #22 by rbirkner

Hi @cyberowl,
I quickly checked your configuration and it is all correct. There is an issue with our custom domains service. We will look into it and post an update here once it is resolved. Sorry for the inconvenience!

1 Like

Hi @cyberowl,
We got the issue resolved and it is working again. Let me know if it works out for you!

Oh nice thanks. Seems to work now. Getting

* Connection #0 to host icp0.io left intact
{"name":"www.dsign.ooo","canister":"kqlfj-siaaa-aaaag-aaawq-cai","state":"PendingChallengeResponse"}⏎

Only problem I see is this:


Sorry @cyberowl, I was a bit too quick. Now, it is fully resolved and also the syncing of the certificates among the boundary nodes works again.

Yeah seems working now. Great work and thanks again!

1 Like

I have the same problem with mu current project :frowning:

The .well-known directory does not get deployed. I read through this thread and it seems that what helped to @zire does not solve my situation as I am using dfx 14.2 version.

I have the code in this branch

Any ideas, please?

I see you have the .ic-assets.json file in your repo root. It should be next to the .well-known folder, so in your case please move it to src/frontend/public

1 Like

Thank you @Severin, it went through with your suggestion.