Troubleshooting Thursdays : Server detected changes needs to refreshed again (File operations in Functions, tested locally using CLI)

Troubleshooting Thursdays : Server detected changes needs to refreshed again (File operations in Functions, tested locally using CLI)

Welcome to #TroubleShootingThursday, where we provide solutions to common problems developers encounter. In today's post, we're talking about an issue you might face while working with files in the local debugging. If you face an error saying that the server detected changes inside the functions folder and needs to refresh again and stops executing your code, then we got the fix for you.

  1. catalyst serve --no-watch
While performing file related operations, the catalyst serve command will perform hot code replace when a change to any file in the folder is detected. This will cause ECONNRESET(connection reset) issue. When catalyst serve --no-watch command is run, there will be no hot code replace(will not look for any changes), and hence the file will be written properly.
    • Announcements

    • React Nexus 2025 Recap: Catalyst Slate in Action!

      Hey Catalyst Community! We recently attended the React Nexus 2025 conference, an exciting gathering for frontend enthusiasts and React developers. Our team had an incredible time presenting and conducting a hands-on workshop on Catalyst Slate, our streamlined
    • [Webinar] A hands-on guide to Catalyst Stratus

      Have you used Catalyst Stratus yet? It’s an object storage service that makes it easy to handle large files — whether they're coming from your Catalyst app or other Zoho apps. We’re hosting a live coding session where you’ll build a working prototype
    • Catalyst Video Tutorials!

      Hello everyone! We’ve been brewing something exciting behind the scenes, and we’re thrilled to finally share it with you- Catalyst video tutorials are here! We recognized that videos are the predominant medium for learning and discovery these days, so
    • [Webinar] Catalyst Cloud Browser in Action: PDF & Web Rendering Solutions for Regulated Industries

      Hi everyone, Have you ever struggled with rigid PDF tools or clunky rendering logic in BFSI or healthcare apps? Do your clients struggle to deliver compliant, dynamic, and automated documents — and most are still stuck with brittle, server-heavy PDF generation?
    • Announcing Catalyst Developer Bootcamps in India - Zoho Community

      Hey everyone! We're excited to announce a set of developer bootcamps dedicated to Catalyst! These bootcamps are aimed to empower developers to build, scale, and deploy applications with speed and precision, using Catalyst. Whether you're a newcomer or

      Catalyst Community