raven
raven
CDCloudflare Developers
Created by Nick on 4/26/2024 in #general-help
Pages: Failed to publish your Function.
Downgrading to 9.2.1 worked - heppy to help in anyway I can to resolve this with the latest version!
11 replies
CDCloudflare Developers
Created by Nick on 4/26/2024 in #general-help
Pages: Failed to publish your Function.
hmm some more info, I came across this thread (https://github.com/withastro/astro/issues/6516) and I am at the 100 item cap for includes+excludes. My astro config looks like this:
{
output: "server",
adapter: cloudflare({
routes: {
exclude: ["/post/*"],
},
}),
integrations: [mdx(), tailwind()],
}
{
output: "server",
adapter: cloudflare({
routes: {
exclude: ["/post/*"],
},
}),
integrations: [mdx(), tailwind()],
}
11 replies
CDCloudflare Developers
Created by Nick on 4/26/2024 in #general-help
Pages: Failed to publish your Function.
I'm having the same issue as well but even after updating to the latest package 2024-05-31T10:24:28.939755Z + @astrojs/cloudflare 10.2.6 and getting 20:25:15.044 Error: Failed to publish your Function. Got error: Unknown internal error occurred. not much to go off 🙂 Any tips?
11 replies