We are implementing a flow for installing a Wix app. Here it says that after all is OK we need to close the consent window by sending our user to this url:
https://www.wix.com/installer/close-window?access_token=...
That code closes the window and redirects the customer to some URL. Since we do not specify it in the above URL, which URL does it use?
Context:
we see a redirection to an old URL that we do not see anywhere in the App settings. So we are thinking it might be cached on Wix side somewhere for a long time.