hi
You can use
--separate-identity-server
, we will be compatible in next rc.new MyProject -t app-pro -u angular --preview -v 7.4.0-rc.2 -csf --theme lepton-x --skip-cache --with-public-website --separate-identity-server -dbms SqlServer --separate-identity-server
Please note I already use it in my command, you set it 2 times, actually this was not my issue
I notice some diffreneces between public site genrated when using angular template and mvc template in tiered architecture and separate auth server although in both cases the public site created as MVC project
Do you mean that ? why you don't use the same template for public site
I use these 2 commands
abp new MyProject -t app-pro -u angular --preview -v 7.4.0-rc.2 -csf --theme lepton-x --skip-cache --with-public-website --separate-auth-server -dbms SqlServer --separate-auth-server
abp new MyProject -t app-pro -u mvc --tiered --preview -v 7.4.0-rc.2 -csf --theme lepton-x --skip-cache --with-public-website --separate-auth-server -dbms SqlServer -cs --separate-auth-server
then I opened public site project and found these diffrences in angular case
options.UsePkce = true;
only in angular case
run this command to create a project
abp new MyProject -t app-pro -u angular --preview -v 7.4.0-rc.2 -csf --theme lepton-x --skip-cache --with-public-website --separate-auth-server -dbms SqlServer --separate-auth-server
Then run all web projects and try to login from public site , I got this error
note: I cleard the cache and remove all cookies many times but still same error
**I think this is not logic **
adding not existing clients to your database is very confusing for deployment team
for example what is the benfite of adding --mobile none
-u angular
in generation command then you found MVC and Mobile clientIds in your database !!!
Any quick fix for angular project with basic theme issue please ?
I upgraded to RC3 and issue no more is there, I can see CMS admin pages too, Thanks
Hi @yekalkan I switched back to MVC template, I feel angular template not ready and has a lot of issues, also the public site generated in MVC even in angular template which was a surprise to me :)
Issue still exist in MVC template No Admin CMS pages even If I selected CMSKIT in project generation in Suite, and also I recommend the following :