-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
chore: app router - /reschedule pages #18150
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (12/13/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add foundation team as reviewer" took an action on this PR • (12/18/24)1 reviewer was added to this PR based on Keith Williams's automation. |
E2E results are ready! |
import { headers, cookies } from "next/headers"; | ||
|
||
import { buildLegacyCtx } from "@lib/buildLegacyCtx"; | ||
import { getServerSideProps } from "@lib/reschedule/[uid]/getServerSideProps"; | ||
|
||
export const generateMetadata = async () => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The metadata generation would never be used since the user will be redirected before the page renders.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* app router - /reschedule pages * add to config.matcher * generateMetdata is not needed
* app router - /reschedule pages * add to config.matcher * generateMetdata is not needed
…schedule pages to App Router (#18261) * chore: app router - /reschedule pages (#18150) * app router - /reschedule pages * add to config.matcher * generateMetdata is not needed * include app directory in rewrites generation logic * make it more readable * make code more elegant * fix * fix * fix * fix * test and refactor
* app router - /reschedule pages * add to config.matcher * generateMetdata is not needed
…schedule pages to App Router (calcom#18261) * chore: app router - /reschedule pages (calcom#18150) * app router - /reschedule pages * add to config.matcher * generateMetdata is not needed * include app directory in rewrites generation logic * make it more readable * make code more elegant * fix * fix * fix * fix * test and refactor
* app router - /reschedule pages * add to config.matcher * generateMetdata is not needed
…schedule pages to App Router (calcom#18261) * chore: app router - /reschedule pages (calcom#18150) * app router - /reschedule pages * add to config.matcher * generateMetdata is not needed * include app directory in rewrites generation logic * make it more readable * make code more elegant * fix * fix * fix * fix * test and refactor
What does this PR do?
Tested
Screen.Recording.2024-12-17.at.11.19.15.PM.mov
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
/reschedule/[uid]