You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the non-default organization, the command koyeb service logs <service id> from the CLI fails with the following error:
β Error while fetching the logs: unable to read the logs from the websocket connection
π Additional details
Unfortunately, we couldn't read the logs from the websocket connection
If the problem persists, please create an issue on https://github.com/koyeb/koyeb-cli/issues/new
π₯ How to solve the issue?
Try again in a few seconds
π¦ The original error was:
websocket: close 1006 (abnormal closure): unexpected EOF
This is because the logs API client is not initialized with the organization token in context.go.
The text was updated successfully, but these errors were encountered:
When using the non-default organization, the command
koyeb service logs <service id>
from the CLI fails with the following error:This is because the logs API client is not initialized with the organization token in context.go.
The text was updated successfully, but these errors were encountered: