-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
updated with-temporal example to utilize the app router. #73833
base: canary
Are you sure you want to change the base?
updated with-temporal example to utilize the app router. #73833
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
@PapatMayuri The endpoint |
@samcx I have updated code please check. |
@PapatMayuri Can you verify this example is working via a video of the app running? |
@samcx If we click on create order the api is failing we are getting 500(Internal Server Error) this error was getting before changes also. |
@PapatMayuri Can you share the error? |
@samcx attaching screenshot of error which we are getting, clicking on create order |
@PapatMayuri Let's refactor the Layout component into the Root Layout file. |
@samcx I have Refactored the Layout component into the Root Layout file. |
This PR updates the with-next-sass example for using the App Router.
Here are the changes that have been made:
pages
folder and moved it to theapp
folder.layout.tsx
file as part of the App Router.package.json
file.CC: @samcx