What are the considerations when using the development version while building a Frappe app?

I am currently developing an application using Frappe and using the development version. I am experiencing issues when creating a custom HTML block and trying to access the backend API using JavaScript and fetch. The problem is that the API call works sometimes, but other times it does not and returns a 404 error.