iFrame iussue

Good day all. Hope everyone is rocking on an living their Homarr dreams, I need a little help getting back to mine.

I used to have rTorrent connected via iframe as you can see in one of my old posts here
https://media.discordapp.net/attachments/1081148375673602099/1081149838130937877/image.png?ex=658e94c0&is=657c1fc0&hm=a07dfdee2979d58dd9f835033053afaa93fe375161418281db43c8e8eaeb3e14&=&format=webp&quality=lossless&width=1814&height=877

The way I did it previously was by setting the URL for the iframe as https://user:pass@myrtorrent.url but all I'm seeing now is a blank white square where the iframe is. I see a lot of new options for iframe, I've thrown some on, then off, then back on again to trouble shoot.

Here is my cleaned log. I'm going to take an uneducated guess that it's the final set of ERROR App [object Object] not found that is referring to my iframe, as it was the final thing I added.
ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
ℹ Database is writeable
ℹ Instance is using a database on the file system. Checking if file '/data/db.sqlite' is writable...
ℹ Database is writeable
user mastervash is trying to log in. checking password...
user mastervash successfully authorized
ℹ Saving updated configuration of 'default' config.
ℹ Saving updated configuration of 'default' config.
ℹ Saving updated configuration of 'default' config.
Error: 'sharp' is required to be installed in standalone mode for the image optimization to function correctly. Read more at: https://nextjs.org/docs/messages/sharp-missing-in-production
ℹ Saving updated configuration of 'default' config.
 ERROR  App [object Object] not found
 ERROR  App [object Object] not found
ℹ Saving updated configuration of 'default' config.
ℹ Detected credential change of private secret. Value will be overwritten in configuration
 ERROR  App [object Object] not found
 ERROR  App [object Object] not found
 ERROR  App [object Object] not found
 ERROR  App [object Object] not found
 ERROR  App [object Object] not found
 ERROR  App [object Object] not found
ℹ Saving updated configuration of 'default' config.
ℹ Detected credential change of private secret. Value will be overwritten in configuration
ℹ Detected credential change of private secret. Value will be overwritten in configuration
ℹ Detected credential change of private secret. Value will be overwritten in configuration
ℹ Detected credential change of private secret. Value will be overwritten in configuration
 ERROR  failed to communicate with media server 'Jellyfin' (0ffff9f7-8444-42f7-9f05-3dc0bc90cd66): Error: getaddrinfo ENOTFOUND REDACTED
 ERROR  Failed to request data from Overseerr: TypeError: fetch failed
 ERROR  Failed to request users from Overseerr: TypeError: fetch failed
 ERROR  Failed to request data from Overseerr: TypeError: fetch failed
 ERROR  App [object Object] not found
Error: 'sharp' is required to be installed in standalone mode for the image optimization to function correctly. Read more at: https://nextjs.org/docs/messages/sharp-missing-in-production
 ERROR  App [object Object] not found
 ERROR  App [object Object] not found
 ERROR  App [object Object] not found
ℹ Saving updated configuration of 'default' config.
ℹ Detected credential change of private secret. Value will be overwritten in configuration
ℹ Detected credential change of private secret. Value will be overwritten in configuration
ℹ Detected credential change of private secret. Value will be overwritten in configuration (repeated 4 times)
ℹ Saving updated configuration of 'default' config.
Error: 'sharp' is required to be installed in standalone mode for the image optimization to function correctly. Read more at: https://nextjs.org/docs/messages/sharp-missing-in-production
ℹ Saving updated configuration of 'default' config.
ℹ Saving updated configuration of 'default' config.
ℹ Saving updated configuration of 'default' config.
Solution
My mistake, thank you.

It appears that chrome has blocked the connection because it included credentials:

Subresource requests whose URLs contain embedded credentials (e.g. https://user:pass@host/`) are blocked. See https://www.chromestatus.com/feature/5669008342777856 for more details.


The only thing is, that block was implemented 6+ years ago from what I can tell, and I had my last homarr build pictured in OP screenshot, last year. But I'm a quite unsure about what I could have done differently to make it work.
Was this page helpful?