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

Blank white page when visited through Cloudflare tunnel #4554

Open
liljohn360 opened this issue Mar 24, 2025 · 2 comments
Open

Blank white page when visited through Cloudflare tunnel #4554

liljohn360 opened this issue Mar 24, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@liljohn360
Copy link

Describe the bug

Upgrading to v0.24.2 causes my Memos instance to display nothing but a white blank page when visited via my domain, which uses a Cloudflare tunnel for access. Rolling back to v0.24.0 fixes this.

My docker file is below if useful:

docker run -d \
    --name memos \
    -p 5230:5230 \
    -v /home/pi/docker/memos/data:/var/opt/memos \
    --network=cloudflare_network \
    --restart=unless-stopped \
    neosmemo/memos:0.24.0

Steps to reproduce

Run v0.24.0 image, visit through my domain and it works
Run v0.24.2 image, domain just results in a white page
Rollback to v0.24.0, it works again

The version of Memos you're using

v0.24.2

Screenshots or additional context

No response

@liljohn360 liljohn360 added the bug Something isn't working label Mar 24, 2025
@Sung-Kim0430
Copy link
Contributor

I'm wondering if using 0.24.1 will work, because I'm using 0.24.1 with Cloudflare (not tunnel) now :)

@liljohn360
Copy link
Author

I'm wondering if using 0.24.1 will work, because I'm using 0.24.1 with Cloudflare (not tunnel) now :)

I should've mentioned, I tried with 0.24.1 and that works, so this is a .2 issue exclusively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants