[GH-ISSUE #338] [Bug]: External Links not working and no option to open in new tab #214

Closed
opened 2026-05-06 12:27:19 +02:00 by BreizhHardware · 1 comment

Originally created by @rsocko on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/338

Originally assigned to: @maziggy on GitHub.

Bug Description

I configured an external link to launch my instance of Spoolman (see config below) but when I click on it in the left-navbar it doesn't launch a new tab or window and instead looks like it tries to open a url path within Bambuddy and the right pane says 'spoolman.domain.us refused to connect'

Image

External Link: http://spoolman.mydomain.us (routes through my dns and traefik proxy)
Clicking link tries to open: http://bambuddy.mydomain.us/external/1

  1. The documentation indicates there should be an option to open in a new tab, but I don't see any such option in the UX.
  2. Using IP:Port to my spoolman service works and renders the spoolman webpage in the right frame
  3. Using a public url (google.com) also has the same behavior: 'google.com refused to connect'

I assume perhaps this might have to do with routing through my proxy/dns, since the IP:Port works, but would prefer to be able to use DNS names and prefer to launch a new tab (or at least have that option).

Expected Behavior

I expect

  • a choice to open an external link in a new tab
  • dns-name URLS to work (both internal network URLs and external)

Steps to Reproduce

  1. The documentation indicates there should be an option to open in a new tab, but I don't see any such option in the UX.
  2. Using IP:Port to my spoolman service works and renders the spoolman webpage in the right frame
  3. Using a public url (google.com) also has the same behavior: 'google.com refused to connect'

Printer Model

P1S

Bambuddy Version

0.1.9

Printer Firmware Version

1.08.00

Installation Method

Docker

Operating System

Linux (Ubuntu/Debian)

Relevant Logs / Support Package


Screenshots

No response

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
Originally created by @rsocko on GitHub (Feb 12, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/338 Originally assigned to: @maziggy on GitHub. ### Bug Description I configured an external link to launch my instance of Spoolman (see config below) but when I click on it in the left-navbar it doesn't launch a new tab or window and instead looks like it tries to open a url path within Bambuddy and the right pane says 'spoolman.domain.us refused to connect' <img width="647" height="667" alt="Image" src="https://github.com/user-attachments/assets/57aa6e15-f55b-4b09-8b9e-1815a1b52e93" /> External Link: http://spoolman.mydomain.us (routes through my dns and traefik proxy) Clicking link tries to open: http://bambuddy.mydomain.us/external/1 1. The [documentation indicates](https://wiki.bambuddy.cool/features/external-links/#overview) there should be an option to open in a new tab, but I don't see any such option in the UX. 2. Using IP:Port to my spoolman service works and renders the spoolman webpage in the right frame 3. Using a public url (google.com) also has the same behavior: 'google.com refused to connect' I assume perhaps this might have to do with routing through my proxy/dns, since the IP:Port works, but would prefer to be able to use DNS names and prefer to launch a new tab (or at least have that option). ### Expected Behavior I expect - a choice to open an external link in a new tab - dns-name URLS to work (both internal network URLs and external) ### Steps to Reproduce 1. The [documentation indicates](https://wiki.bambuddy.cool/features/external-links/#overview) there should be an option to open in a new tab, but I don't see any such option in the UX. 2. Using IP:Port to my spoolman service works and renders the spoolman webpage in the right frame 3. Using a public url (google.com) also has the same behavior: 'google.com refused to connect' ### Printer Model P1S ### Bambuddy Version 0.1.9 ### Printer Firmware Version 1.08.00 ### Installation Method Docker ### Operating System Linux (Ubuntu/Debian) ### Relevant Logs / Support Package ```shell ``` ### Screenshots _No response_ ### Additional Context _No response_ ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode
BreizhHardware 2026-05-06 12:27:19 +02:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@maziggy commented on GitHub (Feb 12, 2026):

Available in branch 0.2.0b. Please let me know if it works for you.

Each external link now has an "Open in new tab" toggle in the add/edit modal. When enabled, clicking the sidebar link (or using keyboard shortcuts) opens the URL directly in a new browser tab instead of the iframe — avoiding X-Frame-Options / CSP frame-ancestors blocking from reverse proxies.

Default remains iframe for backward compatibility with existing links.


If you find Bambuddy useful, please consider giving it a on GitHub — it helps others discover the project!

<!-- gh-comment-id:3889007144 --> @maziggy commented on GitHub (Feb 12, 2026): Available in branch 0.2.0b. Please let me know if it works for you. Each external link now has an "Open in new tab" toggle in the add/edit modal. When enabled, clicking the sidebar link (or using keyboard shortcuts) opens the URL directly in a new browser tab instead of the iframe — avoiding X-Frame-Options / CSP frame-ancestors blocking from reverse proxies. Default remains iframe for backward compatibility with existing links. ----- If you find Bambuddy useful, please consider giving it a ⭐ on [GitHub](https://github.com/bambuman/bambuddy) — it helps others discover the project!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#214
No description provided.