Hi,
Anyway, this is the way to install it, you can also search it on Google. https://abp.io/support/questions/8014/Unable-to-install-Studio-on-mac#answer-3a155ed4-d6fb-787c-c509-a160ad624118
can you deploy a signed app?
we will consider it if it's possible
Hi,
Sorry, I didn't get the email from wetransfer
Hi,
can you see the Sources
tab to check if LoggedOut.js
load correctly
Hi,
This may be a problem, you can try adding LoggedOut.js
to Pages/Account
folder
LoggedOut.js
document.addEventListener("DOMContentLoaded", function (event) {
setTimeout(function () {
var redirectButton = document.getElementById("redirectButton");
if(!redirectButton){
return;
}
window.clientName = redirectButton.getAttribute("cname");
window.location = redirectButton.getAttribute("href");
}, 3000)
});
can you point me to the correct documentation? thank you.
Sorry, there is no such document for commercial, but the replacement page is technically the same, you only need the login page source code.
which do i install? https://abp.io/packages
you don't need to install anything. just download the source code. and use it in your project.
If it does not work, you can email me; I will share the page source code with you. shiwei.liang@volosoft.com