# Need help for Alexa cookies...problem on docker

**URL:** https://discourse.nodered.org/t/need-help-for-alexa-cookies-problem-on-docker/80957
**Category:** General
**Tags:** docker
**Created:** [31 August 2023 16:26 UTC](https://discourse.nodered.org/t/need-help-for-alexa-cookies-problem-on-docker/80957 "2023-08-31T16:26:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mactwin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/mactwin/32/82483_2.png) [@mactwin](https://discourse.nodered.org/u/mactwin)
#### Post date: [31 August 2023 16:26 UTC](https://discourse.nodered.org/t/need-help-for-alexa-cookies-problem-on-docker/80957/1 "2023-08-31T16:26:21Z")

</div>

Hi, I have a problem with the authentication of alexa-remote2-applestrudel, basically after configuring the profile and going to the page to activate the authentication everything works.  
However, the problem occurs with each new deployment because the system requests each time to connect to the page, in practice it does not save the cookie or the socket that is to maintain the connection, which is rather stressful because each change requires the passage.  
Incidentally... once activated if I don't do other deploys everything works.

As said I use nodered on iobroker installed on docker, any help is welcome.  
Thank you

---

<div class="post-metadata">

### Author: ![franz](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/franz/32/71949_2.png) [@franz](https://discourse.nodered.org/u/franz)
#### Post date: [1 September 2023 16:47 UTC](https://discourse.nodered.org/t/need-help-for-alexa-cookies-problem-on-docker/80957/3 "2023-09-01T16:47:24Z")

</div>

you have to save the cookie in the /data volume , so that it is saved permanently.

Generally if you use the staking file to install nodered you end up with the /data volume already created.  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/1/7/17d1cda8dba608503a0e430ba7d226206226d8f6.png)

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/e/6/e6fcef70b4c03aa5ec87dac2fb12c0f4a53f52bf.png)

---

<div class="post-metadata">

### Author: ![mactwin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/mactwin/32/82483_2.png) [@mactwin](https://discourse.nodered.org/u/mactwin)
#### Post date: [2 September 2023 06:40 UTC](https://discourse.nodered.org/t/need-help-for-alexa-cookies-problem-on-docker/80957/4 "2023-09-02T06:40:40Z")

</div>

Yes I know that, I have tried with some path with no result, I have even used a shared path with 775....nothing, I get this error:

""EISDIR: illegal operation on a directory, read" '

---

<div class="post-metadata">

### Author: ![franz](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/franz/32/71949_2.png) [@franz](https://discourse.nodered.org/u/franz)
#### Post date: [2 September 2023 06:52 UTC](https://discourse.nodered.org/t/need-help-for-alexa-cookies-problem-on-docker/80957/5 "2023-09-02T06:52:57Z")

</div>

> [@mactwin](#):
>

- won't let you write to the volume because there is some permission or link problem .

- I use portainer for management not to complicate my life with docker. To install node red is a matter of seconds just use the stack , and it correctly creates a volume where the configuration and authentication cookie resides for 'permanent use.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [1 November 2023 06:53 UTC](https://discourse.nodered.org/t/need-help-for-alexa-cookies-problem-on-docker/80957/6 "2023-11-01T06:53:44Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
