bakape / shamichan

anonymous realtime imageboard focused on high performance and transparent moderation
Other
434 stars 74 forks source link

When running, Muguca shows an empty page #1293

Closed maq33 closed 2 years ago

maq33 commented 2 years ago

I started Meguca with:

./meguca -a [fd88:16a4:6324:5352::2]:80 --database postgres://meguca:meguca@localhost:5432/meguca?sslmode=disable --log-level WARN

But an empty page is displayed in browser:

Screenshot-from-2021-10-23-23-30-06

I followed the installation tutorial: https://github.com/bakape/meguca/blob/master/docs/installation.md

What is wrong?

bakape commented 2 years ago

This looks like the master branch. The README says to use v6 in production. Master is currently in development towards v7. The frontend is mostly unusable.

On Sun, 24 Oct 2021 at 06:34, maq33 @.***> wrote:

I started Meguca with:

./meguca -a [fd88:16a4:6324:5352::2]:80 --database @.***:5432/meguca?sslmode=disable --log-level WARN

But an empty page is displayed in browser:

[image: Screenshot-from-2021-10-23-23-30-06] https://user-images.githubusercontent.com/93064859/138579335-4b94ebb2-27be-4c4b-b771-8e8f5f135eff.png

I followed the installation tutorial: https://github.com/bakape/meguca/blob/master/docs/installation.md

What is wrong?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bakape/meguca/issues/1293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB347MCNTYLINW3TRSAY2TTUIN5CVANCNFSM5GS65OQA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

maq33 commented 2 years ago

I just installed the v6 branch, it works.

Thanks.