Skip to content

[BUG] Can't login on firefox with HTTP and HTTPS #69

@OverStyleFR

Description

@OverStyleFR

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hi,

I can't log in into the web interface on Firefox.
In the console log he seems to work but nothing happened :

Image

It works only with HTTPS (web proxy) and on Google Chrome.

Expected Behavior

No response

Steps To Reproduce

  1. docker compose up -d
  2. Go to the web interface
  3. Log in with your user
  4. See nothing happend, but in the log pyload User '' successfully logged in.

Environment

- OS:Debian 12
- How docker service was installed: with docker compose.

CPU architecture

x86-64

Docker creation

services:
  pyload-ng:
    image: lscr.io/linuxserver/pyload-ng:latest
    container_name: pyload-ng
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris
    volumes:
      - ./applications/pyload-ng/config:/config
      - /mnt/hdd/ddl:/downloads
    ports:
      - 8000:8000
      #- 9666:9666 #optional
    restart: always

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support the app dev(s) visit:
pyLoad: https://PayPal.Me/nitzo2001/0usd

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 0.5.0b3.dev89-ls184
Build-date: 2025-07-25T19:31:06+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
[2025-07-31 23:34:11]  INFO                pyload  *** Welcome to pyLoad 0.5.0 ***
[2025-07-31 23:34:11]  WARNING             pyload  Download folder was specified from the commandline
[2025-07-31 23:34:11]  DEBUG               pyload  Indexing plugins...
[2025-07-31 23:34:11]  INFO                pyload  Activated addons: ClickNLoad, ExternalScripts, TORRENT, UnSkipOnFail, UserAgentSwitcher
[2025-07-31 23:34:11]  INFO                pyload  Deactivate addons: AndroidPhoneNotify, AntiCaptcha, AntiStandby, AntiVirus, AppriseNotify, BypassCaptcha, Captcha9Kw, Checksum, CloudFlareDdos, DeathByCaptcha, DeleteFinished, DiscordNotifier, DownloadScheduler, ExpertDecoders, ExtractArchive, HotFolder, IRC, ImageTyperz, JustPremium, LinkFilter, LogMarker, MergeFiles, MultiHome, PushBullet, PushOver, RestartFailed, SkipRev, TransmissionRPC, UpdateManager, WindowsPhoneNotify, XFileSharing, XMPP
[2025-07-31 23:34:12]  DEBUG               pyload  Starting core...
[2025-07-31 23:34:12]  DEBUG               pyload  Debug level: TRACE
[2025-07-31 23:34:12]  DEBUG               pyload  Setup language...
[2025-07-31 23:34:12]  DEBUG               pyload  Setup permissions...
[2025-07-31 23:34:12]  INFO                pyload  User directory: /config
[2025-07-31 23:34:12]  INFO                pyload  Cache directory: /tmp/pyLoad
[2025-07-31 23:34:12]  INFO                pyload  Storage directory: /downloads
[2025-07-31 23:34:12]  INFO                pyload  Storage free space: 150.28 GiB
[2025-07-31 23:34:12]  DEBUG               pyload  Setup network...
[2025-07-31 23:34:12]  INFO                pyload  Activating accounts...
[2025-07-31 23:34:12]  INFO                pyload  Activating plugins...
[2025-07-31 23:34:12]  DEBUG               pyload  ADDON ExternalScripts: No script found under folder `pyload_start`
[2025-07-31 23:34:12]  WARNING             pyload  ADDON TORRENT: torrents / magnets are not associated with any plugin
[2025-07-31 23:34:12]  INFO          pyload.webui  Starting webserver: https://0.0.0.0:8000
[2025-07-31 23:34:12]  DEBUG               pyload  *** pyLoad is up and running ***
Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded!
[ls.io-init] done.
[2025-07-31 23:34:17]  DEBUG               pyload  ADDON ClickNLoad: Backend found on http://127.0.0.1:8000
[2025-07-31 23:34:17]  INFO                pyload  ADDON ClickNLoad: Proxy listening on 0.0.0.0:9666
[2025-07-31 23:35:50]  INFO                pyload  User '' successfully logged in [CLIENT: ]
[2025-07-31 23:36:29]  INFO                pyload  User '' successfully logged in [CLIENT: ]
[2025-07-31 23:38:23]  INFO                pyload  User '' successfully logged in [CLIENT: ]
[2025-07-31 23:38:37]  INFO                pyload  User '' successfully logged in [CLIENT: ]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions