Cannot publish new version in ALTAPP Store
-
Hi @akbooer,
I have an updated version of one of my plugins but I cannot publish it in the ALTApp Store. When I click publish it gets in a sort of loop of Refreshing Token.../Token refreshed. However, I never get to page to refresh the token.
Looking at the browser debug window I see this as the response to http://192.168.178.101:3480/data_request?id=lr_ALTUI_Handler&command=refresh_auth_token
{"error":{"code":400,"message":"Bad Request - invalid_grant","step":"Get access token from refresh token"}}Running openLuup v21.7.25. Any suggestion?
Cheers Rene
-
Oh, I also see that there's an AltUI update:
a newer version #2553 of ALTUI is available, do you want to upgrade ? workflow crash fix openluup compatibility fix jointjs 3.2.0 minor debug message fixes
Which version are you running?
Perhaps @amg0 has an insight into this?
-
Yeah, I updated to that, but that did not change anything for the App Store, looking at the github changes. I turned on ALTUI debug and it seems the macro script for the app store moved or so. I do think @amg0 needs to look at this too indeed.
And it leads to some race condition now. The refresh_auth_token requests just keep on going even after moving away from the App store page. Even after closing the browser. Ouch, that is a LUUP reload.