Deployment Details
Loading…
Domains
Build Logs26s
Build Logs
26s - The value at .future has an unexpected property, webpack5, which is not in the list of allowed properties ().
- The value at .i18n must be an object but it was null.
See more info here: https://nextjs.org/docs/messages/invalid-next-config
Failed to compile.
./src/components/landingBlocks/EmailForm.stories.tsx:18:5
Type error: Type '{ endpoint: string; }' is not assignable to type 'Partial<FC<EmailFormProps>>'.
Object literal may only specify known properties, and 'endpoint' does not exist in type 'Partial<FC<EmailFormProps>>'.
16 | export const Default: Story = {
17 | args: {
> 18 | endpoint: "/api/subscribe",
| ^
19 | },
20 | };
ELIFECYCLE Command failed with exit code 1.
Error: Command "pnpm run build" exited with 1