Hi: I'm doing a fresh install - pnpm build I get the following error:
./src/views/AdminLogin/client.tsx:4:10
Type error: Module '"payload-auth-plugin/client"' has no exported member 'signin'.
2 |
3 | import React from 'react'
> 4 | import { signin } from 'payload-auth-plugin/client'
| ^
5 | import { Button } from '@payloadcms/ui'
6 | const AdminLoginViewClient = () => {
7 | const { oauth } = signin({ name: 'admin' })
Next.js build worker exited with code: 1 and signal: null
Hi: I'm doing a fresh install -
pnpm buildI get the following error: