liusida / ComfyUI-Login

A custom node that implements basic login for ComfyUI
MIT License
92 stars 12 forks source link

Reduce `Cannot decrypt cookie value, create a new fresh session` error in terminal #8

Closed liusida closed 5 months ago

liusida commented 5 months ago

Cannot decrypt cookie value, create a new fresh session is caused by the browser trying to connect the new server, but new server has a new key for encryption.

Please solve it.

liusida commented 5 months ago

fixed

agarzon-orangerine commented 4 months ago

Well, is still happening. already reinstalled the node, delete the login folder and deleted the .secret-key.txt and restarted the service

image

liusida commented 4 months ago

I guess this happens because the server has been restarted and expecting a new secret key, but the client (the browser) still in the old session, and using the old secret key. If this is true, pressing Ctrl+F5 in browser can stop this issue. Would you like to try?