#MiniflareCoreError [ERR_RUNTIME_FAILURE]
12 messages · Page 1 of 1 (latest)
That should get you past the problem at least, but I don't think it'll 'fix' the problem.
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
Hi @proper pawn
Can you guide me to step by step, please?
So, what is your suggestion?
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.
-
Go into task manage
-
Delete all esbuild processes.
-
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
-
Rebuild in the terminal and it should all start up again.
-
optional, if you still have no luck, do 1-4 again, but this time delete the .wrangle folder. Then do 5 again.
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.
@proper pawn
Thank you for your patience.
I installed the old version of wrangler. 3.15.0
Now, I have no error while running with this command.
wrangler pages dev ./
But, if I open a browser, it shows
This site can't be reached
127.0.0.1 refused to connect.
...
How can I solve this problem.
#1104040620948992090
have you tried to goto localhost:8788 instead of using an IP?