Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

启动docker 报错 #84

Open
heroz08 opened this issue Nov 28, 2024 · 6 comments
Open

启动docker 报错 #84

heroz08 opened this issue Nov 28, 2024 · 6 comments

Comments

@heroz08
Copy link

heroz08 commented Nov 28, 2024

memogram | 2024/11/28 04:57:45 INFO Memogram started
memogram | 2024/11/28 04:57:45 ERROR failed to get workspace profile err="rpc error: code = Unavailable desc = connection error: desc = "error reading server preface: http2: frame too large""

@Loose-Gu
Copy link

Loose-Gu commented Dec 3, 2024

the same

@erbanku
Copy link

erbanku commented Dec 7, 2024

Same issue here, when using with remote instance.

@Hobbabobba
Copy link

my container is working:

2024/12/07 10:16:26 INFO Memogram started
2024/12/07 10:16:26 INFO workspace profile profile="owner:\"users/1\" version:\"0.22.5\" mode:\"prod\""

if you like just try the image from https://hub.docker.com/r/bongobananne75/memogram

@erbanku
Copy link

erbanku commented Dec 7, 2024

@Hobbabobba, thank you for sharing. This issue appears to only occur when using memos and memogram in two instances (remote instances). I have implemented your solution, as it seems to be the best practice.🥰

@github-actions github-actions bot added the Stale label Dec 21, 2024
@Yujiangshan
Copy link

change the host domain to ip address in the .env, it may works.

@github-actions github-actions bot removed the Stale label Dec 22, 2024
@sybena
Copy link

sybena commented Jan 2, 2025

Use the docker ps command and read the name (last column) of your memos container, for example “memos-1”. Then use the container name such as SERVER_ADDR=dns:[CONTAINER-NAME]:5230, example SERVER_ADDR=dns:memos-1:5230 in the .env file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants