Skip to content

[BUG] Can not Register in Docker installation: Connection failed #576

@monfero

Description

@monfero

Bug Description

I can't register in a fresh docker installation.

Deployment Type

[x ] Self-hosted version

Steps to Reproduce

I've launched a docker instance with this code:

docker run -d -p 33000:3000 -p 38000:8000 \
  -v surfsense-data:/data \
  --name surfsense \
  --restart unless-stopped \
  ghcr.io/modsetter/surfsense:latest

I go to "Sign Up", enter a valid e-mail an a new password and I get the following error in a popup message:
"Connection failed. Please check your internet connection and try again."

I've entered the docker container and tested with curl the access to web pages and it's ok.

Expected Behavior

A new account created.

Actual Behavior

popup message:
"Connection failed. Please check your internet connection and try again."

Screenshots/Videos

Environment Information

  • Browser: Firefox or Chromium
  • Operating System: Ubuntu 22.04
  • SurfSense Version: beta-v0.0.8 ?? self-hosted latest

Logs/Error Messages

"Connection failed. Please check your internet connection and try again."

Checklist

  • I have searched existing issues to ensure this is not a duplicate
  • I have provided all the required information above
  • I have added appropriate labels (bug, deployment type)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions