It seems you are having trouble creating a link for your conditions page in a Next.js application. While the structure of your link seems correct, it's essential to ensure that the '/conditions/page.tsx' file is properly set up and exported, as any issues in the component could lead to rendering problems. Additionally, dynamic or nested routing configurations in your Next.js project should be reviewed to confirm they allow access to the specified path. Finally, consider checking for any browser caching or build issues that could interfere with routing.
Based on your description, it seems you have the correct structure for the link. Make sure your '/conditions/page.tsx' file is properly exported and there are no typos in the filename or path.
If the link navigates to the page but does not render the content, check your '/conditions/page.tsx' file for any issues in your React component rendering.
Confirm that your routing setup in the application allows for nested or dynamic routing that could affect access to the '/conditions' route.
Lastly, ensure that there are no issues with browser caching or the Next.js build, which can sometimes cause routing issues after changes.
Collection
[
|
...
]