Issue with Wallabag Application

Hello,

I have an interesting issues with wallabag in relation to the fix
that was provided here and on the French page that I am not able to
solve.

I have 3 domains in my yunohost as below example:

default domain: yunohost.mydomain.com
other domain: owncloud.mydomain.com
other domain: wallabag.mydomain.com

I have installed one application on each and have created Reverse
Proxies on my network to map everything; all works good except the
wallabag application.

before applying the below fix for correcting the sync with android everything works good

sudo yunohost app setting wallabag skipped_urls -v "wallabag.mydomain.com/wallabag"
sudo yunohost app setting wallabag unprotected_uris -v "/"
sudo yunohost app setting wallabag skipped_regex -v “^/wallabag/?(.*)feed=true”

sudo yunohost app ssowatconf

However, after applying the above fix, I can no longer login to
wallabag through the web browser. It points my to the wallabag login
page instead of the portal sso page. and when I enter my login
credential to the wallabag login page it says that the login info are
not correct.

If i remove the below setting (meaning execute the below with value “”)
sudo yunohost app setting wallabag unprotected_uris -v “/”

I am able to login through the web fine, but my android sync is not working.

So, I was hoping someone has some more imagination than me and help me figure out a way that I can make both working.

Some additional info:
Wallabag has been installed on domain wallabag.mydomain.com as stated above and the option “Redirect domain root to this application” was used.

Thank you in advance!