《 Sarge 》
《 Sarge 》
CDCloudflare Developers
Created by biττenleo on 2/15/2024 in #general-help
MiniflareCoreError [ERR_RUNTIME_FAILURE]
The --local this is nothing to worry about. it's just warning you it'll not be required anymore, because before you had to add --local to the wrangler dev command to get things persisting locally. They worked out that wrangler is just used for local development gerenally, and no one really uses it for deployment and remote developement.
13 replies
CDCloudflare Developers
Created by biττenleo on 2/15/2024 in #general-help
MiniflareCoreError [ERR_RUNTIME_FAILURE]
have you tried to goto localhost:8788 instead of using an IP?
13 replies
CDCloudflare Developers
Created by biττenleo on 2/15/2024 in #general-help
MiniflareCoreError [ERR_RUNTIME_FAILURE]
I had the same problem with doing a POC and that is what I noticed, because I was looking at the memory footprint when the problem started for me.
13 replies
CDCloudflare Developers
Created by biττenleo on 2/15/2024 in #general-help
MiniflareCoreError [ERR_RUNTIME_FAILURE]
That is really odd, I said a lot more before that message. I said to go into the task manager of the windows OS, and remove all the instances of esbuild from you processes. It seems everytime you build the wrangler in a terminal, it starts another instance of the esbuilder. Which I believe is blocking the JSON file you're attempted to access. 1. Go into task manage 2. Delete all esbuild processes. 3. Scroll to the bottom of that same list in task manager and there is a workerrunner or something with a similar name (can't remember) there is only 1 or 2 of these tasks. Delete them 5. Rebuild in the terminal and it should all start up again. 6. optional, if you still have no luck, do 1-4 again, but this time delete the .wrangle folder. Then do 5 again.
13 replies
CDCloudflare Developers
Created by biττenleo on 2/15/2024 in #general-help
MiniflareCoreError [ERR_RUNTIME_FAILURE]
this is for the new version of wrangler, I'm not sure of the older version, but try and stay away from that I'd suggest
13 replies
CDCloudflare Developers
Created by biττenleo on 2/15/2024 in #general-help
MiniflareCoreError [ERR_RUNTIME_FAILURE]
That should get you past the problem at least, but I don't think it'll 'fix' the problem.
13 replies