Support intro
Sorry to hear you’re facing problems ![]()
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can ![]()
Nextcloud version (eg, 20.0.5): 28.0.3
Operating system and version (eg, Ubuntu 20.04): Linux 5.10.60-qnap x86_64
PHP version (eg, 7.4): 8.3.4
Installed with the image: linuxserver/nextcloud
The issue you are facing:
Just like the issue on github: dashboard, widget | wrong url for card · Issue #4139 · nextcloud/deck · GitHub
When use dashboard to display deck’s info, the card widget link is like : https://$hostname/apps/deck#/board/2/card/9
As there is no slash before the ‘#’, on click it will go to this url: https://localhost/apps/deck#/board/2/card/9
What should I do to make it to the right host?
Is this the first time you’ve seen this error? (Y/N):
Steps to replicate it:
- open dashboard
- click on card widget
- redirect to localhost
The output of your Nextcloud log in Admin > Logging:
There is no error log
The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):
'overwritehost' => '$myhost:$myport',
'overwriteprotocol' => 'https',
'overwritewebroot' => '/',
'overwrite.cli.url' => '$myhost:$myport/',