lantianlaoli
lantianlaoli
> 教 不是,他应该导入你教程的Address.sol,而不是openzepplin的
Solution steps: 1. Annotate any code related to shadow 2. add this code ```css @layer utilities { .copy_btn { @apply w-7 h-7 rounded-full bg-white/10 shadow-[inset_10px_-50px_94px_0_rgb(199, 199, 199, 0.2)] backdrop-blur flex...
The latest solution: ``` .copy_btn { /* @apply w-7 h-7 rounded-full bg-white/10 shadow-[inset_10px_-50px_94px_0_rgb(199, 199, 199, 0.2)] backdrop-blur flex justify-center items-center cursor-pointer; */ @apply w-7 h-7 rounded-full bg-white/10 shadow-2xl backdrop-blur flex...
I try to expand the timeout `GoogleProvider({ clientId: process.env.GOOGLE_ID, clientSecret: process.env.GOOGLE_CLIENT_SECRET, httpOptions:{ timeout:50000 } })` then, get another error ``` https://next-auth.js.org/errors#signin_oauth_error read ECONNRESET { error: { message: 'read ECONNRESET', stack:...