app/(main)/onboarding route works well in development but in in prod
Unanswered
Gray-crowned Yellowthroat posted this in #help-forum
Gray-crowned YellowthroatOP
import OnboardingForm from './_components/onboarding-form';
import { industries } from '@/data/industries';
export const dynamic = 'force-dynamic';
export default function OnboardingPage() {
return (
<main>
<OnboardingForm industries={industries} />
</main>
);
}
My github repo : https://github.com/Raunak0713/AspireAI
Current URL : aspire.100xbuild.com
Kindly help me with this issue
1 Reply
Gray-crowned YellowthroatOP
In production its saying 404