Peter Donghyun Kim

Results 6 comments of Peter Donghyun Kim

Hi, I'm trying to update all packages latest since yesterday. Everything is okay, but when I update nuxt v1 to lastest, it throws error only building for production like below...

Hi @Atinux, I tested several times to resolve the issue, but couldn't. The error above occurs only nuxt version 2. (I guess it MIGHT be related to webpack) Anyway, we'd...

Hi, @larbish I got same issue in only production mode, not localhost. ```ts const { data, error } = await supabase.auth.verifyOtp({ type: "magiclink", email: form.email, token: form.token, }); console.log(data) ```...

@Atinux I didn't override any option of the Nuxt project configuration and Vercel build option. I created a project by Vercel guideline. ```json { "private": true, "scripts": { "build": "nuxt...

Thank you for your comment. Actually 1.0.2 version has some issue because of `aws-sdk` package, but the issue has been released at 1.0.4 version. Please use the action, and I...

Hi, @RazRCL Sometimes I got same issue like your case, but it resolved when I rebooted or recreated an instance. I don't know why the task is pending. I guess...