FetchError: request to failed, reason: unable to verify the first certificate nextjs | 100% FIX

preview_player
Показать описание
FetchError: request to failed, reason: unable to verify the first certificate nextjs,Error: unable to verify the first certificate in nodejs, Request to API fails, reason: unable to verify the first certificate (and UNABLE_TO_VERIFY_LEAF_SIGNATURE),Unable to verify the first certificate
Рекомендации по теме
Комментарии
Автор

Thank you much for this! It really works!

ordinaryguyonearth
Автор

What dark theme do you have installed in your visual studio code?

hansellopez
Автор

You can also solve this problem by adding the NODE_TLS_REJECT_UNAUTHORIZED environment variable:
"dev": next dev -p 2022",
"build": next build",
"start": next start"

ArtOfFun
Автор

houly fuck, this realy works, thank you

TheMatthewizee