Nohost domain issue

I’m experiencing some issues with my nohost domain.
After a reboot of my modem I can no longer access Yunohost through the nohost domain, however I can connect by just using the IP-address.
I have the idea that the modem reboot caused a new IP-address to be assigned, and that the nohost DNS record is now outdated. Can I somehow force an update?

Yes, please try to log in through SSH and run (as root, or with sudo) :

rm /etc/yunohost/dyndns/old_ip
yunohost dyndns update

that should automatically have been done but YunoHost <= 3.2 has a bug such as this might not work. (YunoHost 3.3 should include a fix for this issue.)

Perfect, it’s working again. Thank you!