Reputation: 1594
I have an application that was previously working when installed from the Google Apps Marketplace SDK. For some reason things are behaving differently now.
Before a user would click install, grant permissions, and be redirected to the Setup URL specified (i.e http://localhost:12345/setup/${DOMAIN_NAME}
). This used to work just fine.
Now when a user clicks install they are asked which domain to install it on (like before), they consent, but no redirect takes place. When the user confirms the install a window stating that the app needs to be installed comes up but quickly disappears before the user can click 'Continue'. This is where redirect would normally have happened. A small window appears confirming the setup of the application on the domain and where users can find it.
It has a 'Launch App' button that when clicked redirects to the global login URL but the domain param is incorrect as it is just passing http://localhost:12345/a/$%7BDOMAIN_NAME%7D
which is a URL encoded parameter of "${DOMAIN_NAME}".
This is also happening live on the Chrome Web Store.
Any ideas?
Upvotes: 2
Views: 509
Reputation: 1947
I have confirmed that this was a bug on our side and the fix should role out tomorrow morning PST.
Upvotes: 1