What type of hardware are you using: Old laptop or computer What YunoHost version are you running: 12.0.11 (stable). How are you able to access your server: The webadmin Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no
Describe your issue
When trying to set the URL for an application I receive the following error:
Change access URL of ‘Send’
YunoHost encountered an error
Really sorry about that.
You should look for help on the forum or the chat to fix the situation, or report the bug on the bugtracker.
The following information might be useful for the person helping you:
Error: "400"
Action: "PUT" /yunohost/api/apps/send/changeurl
Error message:
send cannot be moved to this new URL because it requires a full domain (i.e. with path = /)
While processing the action the server said:
In this particular instance I’m trying it with ‘Send’ but I think it does the same with all apps (testing). It’s a brand new install on Yonohost on an old Intel NUC.
Ah yes, sorry Send.
Since the app can’t be installed in a subfolder like domain.tld/send, you have to install it to a subdomain like send.domain.tld. If you want to change the URL, you can and should be able to change it to a new subdomain address like something.domain.tld
I don’t know if this answer your question.