Replies: 4 comments 2 replies
-
Hello. Try to run |
Beta Was this translation helpful? Give feedback.
-
I also can't seem to get the docker version going. I see the cattr-frontend-1 in an unhealthy state Docker compose file as downloaded from (https://git.amazingcat.net/cattr/core/docker/-/releases/permalink/latest/downloads/compose)
after which I run When I visit my server's ip address http://10.10.10.219 I get a |
Beta Was this translation helpful? Give feedback.
-
@airsay were u able to resolve this and how? |
Beta Was this translation helpful? Give feedback.
-
No I wasn't able to resolve itOn 27 Jul 2024, at 04:56, saumiktewari ***@***.***> wrote:
@airsay were u able to resolve this and how?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It looks like the documentation on docs.cattr.app is outdated. The Easy and advanced install both failed for me. So I visited https://git.amazingcat.net/cattr/core/app and followed the installation instructions there. I am getting a 500 Error. Here's what I have done so far
sudo apt update && sudo apt upgrade -y
sudo apt install git wget sudo curl wget gnupg gnupg2 sb-release apt-transport-https ca-certificates software-properties-common -y
I noticed that running
sudo apt install nginx php8.2-fpm -y
resulted in Apache2 getting installed, causing nginx to fail when I attempt to start it usingsystemctl restart nginx
. So I uninstalled Apache as shown below7.Installed Node.js v18 (the app does not support versions greater than v18)
Snippet from My nginx.conf (
/etc/nginx/nginx.conf
)When I eventually visit the URL at http://10.10.10.218, I get an Error 500 with almost nothing to go on with. I have checked the
storage/logs/laravel.log
and I only see an older error message about Mix manifest not found at: /opt/app/public/mix-manifest.json
which I have since resolved.I have looked at the Chrome browser console and the errors there don't make any sense as I don't even know what to look for even though I see a handful of errors mostly about
WebSocket connection to wss://10.10.10.218/app/cattr?protocol=7&client=js&version=8.4.8-rc2&flash=false
Can anyone suggest how to troubleshoot this?
Beta Was this translation helpful? Give feedback.
All reactions