Google Apps Marketplace SDK install does not forward user to Setup URL

被刻印的时光 ゝ 提交于 2019-12-11 01:56:00

问题


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?


回答1:


I have confirmed that this was a bug on our side and the fix should role out tomorrow morning PST.



来源:https://stackoverflow.com/questions/21559130/google-apps-marketplace-sdk-install-does-not-forward-user-to-setup-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!