uselr
uselr
TTCTheo's Typesafe Cult
Created by uselr on 2/17/2025 in #questions
Help Needed: Deployment Error on Netlify for T3 App
Hi everyone, I'm currently trying to deploy my T3 homepage following the tutorial https://www.youtube.com/watch?v=c-hKSbzooAg and I've encountered an error during the build process on Netlify. The error logs indicate issues with Corepack and the installation of pnpm. Here are the relevant parts of the log:
Error: Cannot find matching keyid: {"signatures":[{"sig":"...","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"keys":[{"expires":null,"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"..."}]}
Error: Cannot find matching keyid: {"signatures":[{"sig":"...","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"keys":[{"expires":null,"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"..."}]}
It seems that Corepack is unable to download the required pnpm version. I've tried clearing the cache and rebuilding, but the issue persists. If anyone has experience with this kind of problem or knows how to resolve it, I would greatly appreciate your help! Thank you!
2 replies