Body:
Hello,
I’m facing an issue with my v0 project. The publishing process keeps getting stuck with an Agent Timeout error while building page.tsx.
Steps I already tried:
-
Fixed JSX parsing issues (added missing closing tags like
</div>,</p>). -
Restored the scroll-to-top button component at the end of the file.
-
Verified the function closes properly (
export default function Page() { return (…) }).
Despite these fixes, publishing still fails and the project won’t compile.
Could you please advise how to resolve this or reset the project build process from your side?
Thanks in advance.