Does anyone run Node-Red using docker on Unraid? I'm trying to authenticate my Alexa and have narrowed it down to possibly being a access issue to save the cookie. I tried to see if I could just get to /mnt, but got EISDIR: illegal operation on a directory, read so it sounds like the container does not have access. I have the data path mapped. What am I missing?
@E1cid I did import your flow example, but was getting Unexpected end of JSON input after I signed into my amazon account. I looked into file context storage and uncommented the context storage in settings.js, restarted node-red, but still same error. Is this the file context storage i'm supposed to be using?
@E1cid I deleted that docker container/config and created a whole new docker image, added the local filestorage into the settings file and it worked this time!!! I must of had something wrong in the settings file. Thank you for your help again!