Skip to content

403 Forbidden Error When Logging into Web Interface Despite Successful curl Command #85

@Shasoosh

Description

@Shasoosh

Hey,

Everything appears to be up and running, and the logs seem fine. When I run the following command:
curl -u 'admin:password' 'http://192.168.1.10:2875/manual?path=/Media/Videos/Movies/NameOfMovie/' it works and returns the appropriate response.

However, when I attempt to log in via the web interface at: http://192.168.1.10:2880/login
with the following credentials:

Server Url: https://192.168.1.10:2880/
u: admin
p: password
I receive a 403 Forbidden error.

Any ideas on what might be causing this issue?

Thanks.

My config file:

 app:
  log_level: trace

 opts:
   check_path: true # Check if the path exists, assuming the path is available to the container
   max_retries: 5 # Exponential backoff when a target fails

 triggers:
   manual:
     type: manual

 targets:
   plex:
     type: plex
     url: http://192.168.1.10:32400
     token: xxx

Logs:

2024-11-02T23:45:46.324062261+02:00  INFO autopulse: 💫 autopulse starting up...
2024-11-02T23:45:46.434237891+02:00  INFO autopulse::db::conn: Applied 4 migrations
2024-11-02T23:45:46.434323689+02:00  INFO autopulse: 🚀 Listening on 0.0.0.0:2875
PostgreSQL init process complete; ready for start up.
2024-11-02 21:45:44.512 UTC [1] LOG:  starting PostgreSQL 17.0 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309, 64-bit
2024-11-02 21:45:44.512 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2024-11-02 21:45:44.512 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2024-11-02 21:45:44.526 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2024-11-02 21:45:44.542 UTC [57] LOG:  database system was shut down at 2024-11-02 21:45:44 UTC
2024-11-02 21:45:44.554 UTC [1] LOG:  database system is ready to accept connections

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions