Closed mashwishi closed 4 months ago
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!
Hello - thanks for reaching out! Are you able to create a support case with AWS?
Hello - thanks for reaching out! Are you able to create a support case with AWS?
Hi, I haven't created a support case yet as I find the dashboard console somewhat overwhelming.
I used to host react apps at vercel but vercel is expensive.
Sorry to hear that! Let me ask you -- what is your current issue with Amplify Hosting? Can you try to deploy your app again?
Sorry to hear that! Let me ask you -- what is your current issue with Amplify Hosting? Can you try to deploy your app again?
/404
and /500
Error: <Html> should not be imported outside of pages/_document.
I am using App directory btw. I already raised the issue to next.js and they check the code is fine.What is your appID?
What is your appID?
That's weird, i tried it today i deleted the old deployment and created a new project and now it worked.
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
@mauerbac not sure why it worked, i didnt change anything at the code but yea could be cache issue or something
This issue has been automatically locked.
Before opening, please confirm:
Amplify Hosting feature
Deployments
Is your feature request related to a problem? Please describe:
We are experiencing several issues during the build phase of our Next.js application deployment on AWS Amplify. These issues include:
import { Inter } from "next/font/google"; import { Toaster } from "react-hot-toast";
import { SessionProvider } from "next-auth/react"; import { Providers } from "./providers";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { title: process.env.NEXT_PUBLIC_SITE_NAME || "Create Next App", description: "Generated by create next app", };
export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( //
); }
Describe how you'd like this feature to work
N/A