yarn install error

When I try to deploy a next.js project with Cf Pages, the yarn installation fails I have been able to deploy successfully, and after SSG support has been applied on the application side, the deploy fails Is this a problem with my configuration or should I contact Yarn?
3 Replies
Meru
Meru17mo ago
The one that seems directly relevant is this one
curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2023-02-12T14:06:46.380991Z More details here: http://curl.haxx.se/docs/sslcerts.html
curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
2023-02-12T14:06:46.380991Z More details here: http://curl.haxx.se/docs/sslcerts.html
Cyb3r-Jak3
Cyb3r-Jak317mo ago
The yarn certificate has expired. Please see this conversation https://discord.com/channels/595317990191398933/789155108529111069/1074326714324353054
Meru
Meru17mo ago
I see, thank you very much. Thank you very much for your help.