blue-afternoon-11285
07/25/2023, 3:29 PMgarden dev
i see a prompt from MacOS to enable incoming traffic to wich I click Allow. However when I follow a link to "app.garden.io", it says - "there is no active session" and suggest me to try running "garden dev" in my project folder. I can see my other commands just fine under "commands" menu, but not Live.microscopic-river-74022
07/25/2023, 3:29 PMlogin
command.
The issue occurs when a user logs in during a REPL session and then runs any command like deploy
. The cloud URL is only provided if the user was already logged in before entering the REPL or if the user exits the REPL after login and re-enters it.
The suggested solution in the issue is to restructure the cloud initialization and project creation part and go through it after login as well. However, this is a known bug and it's not clear from the extracts if it has been resolved yet.
As a workaround, you could try logging in before starting the REPL session with garden dev
, or exit and re-enter the REPL after logging in.
If the issue persists, it might be helpful to check the Garden documentation () or their GitHub issues () for updates or further assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------blue-afternoon-11285
07/25/2023, 3:35 PMgarden dev
the web console react by displaying "connected" badge next to "live" in the menu, then a message is displayed saying client disconnected and I loose ability to type in commands in a browser.microscopic-river-74022
07/25/2023, 3:35 PMgarden exec <module-name> --interactive /bin/bash
, resulting in the freezing of the terminal.
The expected behavior is the same as in local-mode (restoring in case of lost connection). However, the current workaround suggested is to kill the terminal and restart the command.
Another GitHub issue () discusses a similar problem where port forwards get disconnected after a while when running the command for a while. The user had to restart the Garden process which can take a while, especially if code written since starting the process triggers image builds.
These issues might be related to your problem. If the issue persists, it might be helpful to check the Garden documentation () or their GitHub issues () for updates or further assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------chilly-gigabyte-83853
07/25/2023, 3:36 PMblue-afternoon-11285
07/25/2023, 3:36 PMmicroscopic-river-74022
07/25/2023, 3:40 PMexit
command from dev mode tries to connect with the cloud dashboard for a logged-out user.
The expected behavior is that no connection should be made to the cloud once the user is logged out and the user should not see any warning related to the cloud. However, this is a known bug and it's not clear from the extracts if it has been resolved yet.
As a workaround, you could try logging in before starting the REPL session with garden dev
, or exit and re-enter the REPL after logging in.
If the issue persists, it might be helpful to check the Garden documentation () or their GitHub issues () for updates or further assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------chilly-gigabyte-83853
07/26/2023, 3:37 PMblue-afternoon-11285
07/26/2023, 3:40 PMchilly-gigabyte-83853
07/26/2023, 3:41 PM