Unable to access InvokeAI from the browser


Recommended Posts

Version7.1.6.1000(64-bit)0810 10:57

Unable to open the InvokeAI page with the following error in the console. The page works fine if I open it in Edge.

Page also still doesn't work when force switching browser core to IE.

image.thumb.png.636377862a569f645c202d3ad1ab99e3.png

Link to comment
Share on other sites

On 10/21/2023 at 10:24 PM, LeetZero said:

Version7.1.6.1000(64-bit)0810 10:57

Unable to open the InvokeAI page with the following error in the console. The page works fine if I open it in Edge.

Page also still doesn't work when force switching browser core to IE.

image.thumb.png.636377862a569f645c202d3ad1ab99e3.png

Hi LeetZero, could you try with the latest version V7.1.6.2100 ?

Link to comment
Share on other sites

7 hours ago, LeetZero said:

InvokeAI is a software that runs locally and cannot be accessed from remote unfortunately (hence connection to 127.0.0.1).

Hi LeetZero, could you check if there are any difference between http or https in Edge?

Link to comment
Share on other sites

It doesn't run https at all. This behaviour is also present on Maxthon though.

image.thumb.png.51f14e668da80225120a2e615301c608.png

After analyzing the error myself further, I've followed a suggestion from https://stackoverflow.com/questions/23977690/setting-the-value-of-dataurl-exceeded-the-quota

I am also relaying it here for posterity in case anyone else stumbles over this; All I had to do was run 

localStorage.clear();

inside the F12 Console window, and it seems to work fine now. Not sure what broke this in the first place, but at least it seems to work now, so this can be closed.

  • Thanks 1
Link to comment
Share on other sites