You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually grocy android app can't access to Grocy's api. The actual workaround is to give .main permission to visitors and not just .api
It's because when you add a server from Android Grocy's app, the app check at this url to get the grocy's server version : http(s)://your.grocy.server/api/system/info?GROCY-API-KEY=YourApiKey
So this path should be included in the .api permission
(I have no packaging experience so i can't help further)
I'm sorry but it's not fixed :
a curl http(s)://your.grocy.server/api/system/info?GROCY-API-KEY=YourApiKey on Grocy 4.0.3~ynh2 return the Yunohost portal and not the waited answer (Grocy's version)
A small follow-up on this issue, as it was updated recently:
As of Grocy 4.2.0~ynh1, curl http(s)://your.grocy.server/api/system/info?GROCY-API-KEY=YourApiKey still returns the Yunohost portal.
Hi !
Actually grocy android app can't access to Grocy's api. The actual workaround is to give .main permission to visitors and not just .api
It's because when you add a server from Android Grocy's app, the app check at this url to get the grocy's server version : http(s)://your.grocy.server/api/system/info?GROCY-API-KEY=YourApiKey
So this path should be included in the .api permission
(I have no packaging experience so i can't help further)
Related to #41
Informations from :
patzly/grocy-android#255
Have a nice day
The text was updated successfully, but these errors were encountered: