-
Notifications
You must be signed in to change notification settings - Fork 1
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
Health check of Flow App fails #16
Comments
Can you please attach the docker container log? |
and the second question, did the "Test Deploy" button works fine in Deploy Daemon? |
What i also found in NC protocol is: Failure AppApi ExApp flow heartbeat check failed. Make sure that Nextcloud instance and ExApp can reach it other. I have taken a look at the log file. if you need more then let me know {"log":"The database cluster will be initialized with locale "C.UTF-8".\r\n","stream":"stdout","time":"2024-10-18T09:19:43.818508706Z"} |
I have a rough idea of what the error is, but I don't know how to fix it yet, I need to reproduce it first. Can I know what host OS you are using for Docker? |
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" |
it's not what i thought. can i have the rest of the log? (in the archive) |
I had the same issue, but can't recreate it. After installation the app stayed in unhealthy state. After removing and reinstalling, it works now. |
I'm not sure if I have a similar issue, but in e33568e the port was changed from 23000 to 24000. In my logs I get the error
In my understanding the check is still looking at port 23000 but windmill is exposed at 24000... EDIT: |
How to use GitHub
Steps to reproduce
Expected behaviour
Tell us what should happen
Actual behaviour
HealthCheck brings up errors in Log
Failed heartbeat on http://localhost:23001 for 90 times. Most recent status=0, error: cURL error 7: Failed to connect to localhost port 23001: Connection refused (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for http://localhost:23001/heartbeat
Server configuration
Web server: Apache/Nginx
Database: Maria
PHP version: 8.3
Nextcloud version: 30.0.1
The text was updated successfully, but these errors were encountered: