texan
texan
CDCloudflare Developers
Created by DeltaOne on 10/29/2024 in #workers-help
Nested directories are not working in Static Assets
@pas94 would you be able to file a github issue against workers-sdk with some details and/or repro? That would help us get this prioritized and eyes on it.
68 replies
CDCloudflare Developers
Created by DeltaOne on 10/29/2024 in #workers-help
Nested directories are not working in Static Assets
I think this has somewhat stalled because it's been difficult to get a repro. It seems like your issue might actually be different from KingsLayer (their issue was files not being uploaded during wrangler deploy). Would you be able to get a small github repo together and I can see if there's someone on the team who might be able to help?
68 replies
CDCloudflare Developers
Created by apolodoro on 11/12/2024 in #workers-help
Unknown error 10013
@apolodoro can you share your wrangler.toml, and perhaps the version of wrangler you're using?
13 replies
CDCloudflare Developers
Created by apolodoro on 11/12/2024 in #workers-help
Unknown error 10013
I thought we did handle this on the backend; I'll file a ticket for it in the meantime, but maybe I can sneak a fix in this week
13 replies
CDCloudflare Developers
Created by apolodoro on 11/12/2024 in #workers-help
Unknown error 10013
Ah, yup that's exactly right. dev --remote isn't yet supported (but on the roadmap for GA!)
13 replies
CDCloudflare Developers
Created by DeltaOne on 10/29/2024 in #workers-help
Nested directories are not working in Static Assets
Yup exactly. I also tried doing the c3 command you gave, and then created the t1 dir and t1/index.html, just like you had it, but no dice
68 replies
CDCloudflare Developers
Created by DeltaOne on 10/29/2024 in #workers-help
Nested directories are not working in Static Assets
68 replies
CDCloudflare Developers
Created by DeltaOne on 10/29/2024 in #workers-help
Nested directories are not working in Static Assets
c3 = create cloudflare cli. It's the npm create cloudflare command you're using. It just basically dumps a new project, but wouldnt have any impact on your file uploads. That's entirely wrangler
68 replies
CDCloudflare Developers
Created by Shane on 10/4/2024 in #workers-help
Worker API inconsistency
@Shane a fix is going out today 🙂
8 replies
CDCloudflare Developers
Created by DeltaOne on 10/29/2024 in #workers-help
Nested directories are not working in Static Assets
Also just verified using c3 that nested directories are working, which I would suspect. The c3 create is just for creating new projects from templates-- your wrangler deploy wouldnt (shouldnt?) be any different than creating the project by hand
68 replies
CDCloudflare Developers
Created by DeltaOne on 10/29/2024 in #workers-help
Nested directories are not working in Static Assets
I did not-- I created it by cloning your repo and doing npx wrangler@latest deploy
68 replies