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

Server no longer working after restart #418

Open
mikebel3 opened this issue Jan 9, 2025 · 1 comment
Open

Server no longer working after restart #418

mikebel3 opened this issue Jan 9, 2025 · 1 comment

Comments

@mikebel3
Copy link

mikebel3 commented Jan 9, 2025

My instance is running in docker on a synology created using a portainer stack. This is the error message from the Docuseal container. All the containers (DocuSeal, DocuSeal-DB, and Docuseal-REDIS) show as healthy.

Puma starting in single mode...

  • Puma version: 6.5.0 ("Sky's Version")

  • Ruby version: ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +PRISM [x86_64-linux-musl]

  • Min threads: 15

  • Max threads: 15

  • Environment: production

  •      PID: 1
    

WARNING: Nokogiri was built against libxml version 2.13.5, but has dynamically loaded 2.13.4

I, [2025-01-09T17:22:38.001914 #1] INFO -- : Migrating to CreateTemplateAccesses (20241207172237)

== 20241207172237 CreateTemplateAccesses: migrating ===========================

-- create_table(:template_accesses)

-> 0.0878s

== 20241207172237 CreateTemplateAccesses: migrated (0.0880s) ==================

Use Ctrl-C to stop

2025-01-09T17:22:39.994Z pid=1 tid=ch5 INFO: Sidekiq 7.3.7 connecting to Redis with options {size: 10, pool_name: "internal", url: "redis://:REDACTED@docuseal-redis:6379/0"}

2025-01-09T17:22:40.046Z pid=1 tid=chl INFO: Sidekiq 7.3.7 connecting to Redis with options {size: 5, pool_name: "default", url: "redis://:REDACTED@docuseal-redis:6379/0"}

2025-01-09T17:22:40.046Z pid=1 tid=cht INFO: Sidekiq 7.3.7 connecting to Redis with options {size: 5, pool_name: "default", url: "redis://:REDACTED@docuseal-redis:6379/0"}

2025-01-09T17:22:40.046Z pid=1 tid=ci1 INFO: Sidekiq 7.3.7 connecting to Redis with options {size: 5, pool_name: "default", url: "redis://:REDACTED@docuseal-redis:6379/0"}

2025-01-09T17:22:40.046Z pid=1 tid=ci9 INFO: Sidekiq 7.3.7 connecting to Redis with options {size: 5, pool_name: "default", url: "redis://:REDACTED@docuseal-redis:6379/0"}

2025-01-09T17:22:40.047Z pid=1 tid=cih INFO: Sidekiq 7.3.7 connecting to Redis with options {size: 5, pool_name: "default", url: "redis://:REDACTED@docuseal-redis:6379/0"}

2025-01-09 17:23:49 +0000 HTTP parse error, malformed request: #<Puma::HttpParserError: Invalid HTTP format, parsing fails. Are you trying to open an SSL connection to a non-SSL Puma?>

2025-01-09 17:23:49 +0000 HTTP parse error, malformed request: #<Puma::HttpParserError: Invalid HTTP format, parsing fails. Are you trying to open an SSL connection to a non-SSL Puma?>

@omohokcoj
Copy link
Contributor

@mikebel3 try to remove FORCE_SSL= from docker-compose.yaml file if you're not using the app over HTTPS (still setting up HTTPS is recommended)

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

2 participants