I have created an Angular 19 SSR application where I have standalone components and there are two modules like admin and actors. I have created dynamic routes in admin routing page. It works perfectly locally, but when I create its build, then I get an error:
The
admin/fact-details/:idroute uses prerendering and includes parameters, butgetPrerenderParamsis missing. Please definegetPrerenderParamsfunction for this route in your server routing configuration or specify a different 'renderMode'
Please help me resolve this issue.