Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.5.1 Web Build fail #12502

Closed
Shpadoinkle opened this issue Nov 22, 2023 · 0 comments · Fixed by #12506
Closed

v3.5.1 Web Build fail #12502

Shpadoinkle opened this issue Nov 22, 2023 · 0 comments · Fixed by #12506
Labels
🐛 bug Something isn't working

Comments

@Shpadoinkle
Copy link
Contributor

Shpadoinkle commented Nov 22, 2023

Issue Summary

Trying to deploy latest version due to event-type API breaking in previous release. But this version fails to build.

image

#15 104.8 @calcom/web:build: Import trace for requested module:
#15 104.8 @calcom/web:build: ../../node_modules/next/dist/server/image-optimizer.js
#15 104.8 @calcom/web:build: ./pages/api/logo.ts
#15 104.8 @calcom/web:build: 
#15 104.8 @calcom/web:build:    Linting and checking validity of types ...
#15 161.9 @calcom/web:build: Failed to compile.
#15 161.9 @calcom/web:build: 
#15 161.9 @calcom/web:build: ./lib/metadata.ts:31:9
#15 161.9 @calcom/web:build: Type error: Unused '@ts-expect-error' directive.
#15 161.9 @calcom/web:build: 
#15 161.9 @calcom/web:build:   29 |         rel: "icon-mask",
#15 161.9 @calcom/web:build:   30 |         url: "/safari-pinned-tab.svg",
#15 161.9 @calcom/web:build: > 31 |         // @ts-expect-error TODO available in the never Next.js version
#15 161.9 @calcom/web:build:      |         ^
#15 161.9 @calcom/web:build:   32 |         color: "#000000",
#15 161.9 @calcom/web:build:   33 |       },
#15 161.9 @calcom/web:build:   34 |       {
#15 162.3 
#15 162.3  Tasks:    5 successful, 6 total
#15 162.3 Cached:    0 cached, 6 total
#15 162.3   Time:    2m39.902s 
#15 162.3 Failed:    @calcom/web#build
#15 162.3 
#15 162.3 @calcom/web:build: ERROR: command finished with error: command (/calcom/apps/web) yarn run build exited (1)
#15 162.3 command (/calcom/apps/web) yarn run build exited (1)
#15 162.3  ERROR  run failed: command  exited (1)
#15 ERROR: process "/bin/sh -c yarn turbo run build --filter=@calcom/web" did not complete successfully: exit code: 1

Technical details

v3.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant