admin管理员组文章数量:1315779
I created a Spring boot application and hosted it in Catalyst Appsail and since I needed a to have a user database to my application so I added catalyst authentication to my spring boot application the catalyst login iframe didn't work when I test in local using catalyst serve but it didn't work.
I deployed the same application to development environment and when I accessed the URL the login iframe loaded properly. I don't know why its not working in local environment.
Attaching screenshots from the local environment for reference
I created a Spring boot application and hosted it in Catalyst Appsail and since I needed a to have a user database to my application so I added catalyst authentication to my spring boot application the catalyst login iframe didn't work when I test in local using catalyst serve but it didn't work.
I deployed the same application to development environment and when I accessed the URL the login iframe loaded properly. I don't know why its not working in local environment.
Attaching screenshots from the local environment for reference
Share Improve this question edited Jan 30 at 3:56 MaheshBabu asked Jan 30 at 3:50 MaheshBabuMaheshBabu 1587 bronze badges1 Answer
Reset to default 1You might face this issue if you haven't updated the CLI to the latest beta version which you can do by running the below command in Administrator mode
npm install -g zcatalyst-cli@beta
Once updated, you can add the below two key-value pairs in your appsail folder's app-config.json and try using catalyst serve again which should resolve this issue of catalyst login iframe not loading
{
"catalyst_auth": true,
"login_redirect": "/app.html" //Your redirecting html page.
}
本文标签: catalystbyzohoCatalyst Authentication not working in AppsailStack Overflow
版权声明:本文标题:catalystbyzoho - Catalyst Authentication not working in Appsail - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741987197a2408753.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论