During deployments with vercel a bunch of issues arise that I can’t see to isolate (due to our site having many pages and my lack of debugging experience with plasmic):
- PLASMIC: Encountered error when pre-rendering : Error: {“error”:{“message”:“Internal Server Error”}}
- Invalid href ‘/blog//blog’ passed to next/router in page: ‘/[[…catchall]]’. Repeated forward-slashes (//) or backslashes \ are not valid in the href.
Issue #1 occurs twice in the deployment log, while issue #2 appears 20-30 times, however I’m unsure where this issue is coming from and between the previous deployment (where the error didn’t exist) and the current one, there aren’t any new pages or changes to linking that would cause this issue, and the blog itself is hardly linked anywhere outside of navigation.
My question is if there if anyone knows how to get more information from the logs, or isolate the pages that are causing the issues (as the catchall stops me from being able to see the pages causing the issue).
It may be worth noting that when a page size is high, it specifies the page url slug, though in these circumstances it doesn’t. It’s also worth noting that the site still deploys without any issues despite these errors during deployment.
Thank you!