Hello PSTEELNZ,
Could you please confirm your version once? Is it 2.4?
Have you check this https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular#general-settings
I am not sure we need to run globby.
I just tried in another project where I've added 2 files gulpfile.js
& bundles.json
then I got that error
Local gulp not found in D:\------
after getting these errors I just added "gulp": "^4.0.1", "gulp-clean-css": "^4.3.0", "gulp-concat": "^2.6.1","gulp-less": "^5.0.0","gulp-postcss": "^9.0.1","gulp-uglify": "^3.0.2",
these 6 dependnency packages then run npm install -g gulp
command. After this process was able to do gulp build
.
I will try to reproduce the last issue which you are facing can you please send your package.json
file & yes what's your node version
Hello Tuncay.Kurt,
can you please try once with this code
options.Cookie.SecurePolicy= CookieSecurePolicy.SameAsRequest;
instead of options.Cookie.SecurePolicy= CookieSecurePolicy.Always;
Hello Tuncay.Kurt,
Can you try to add this code in *HttpApiHostModule
var services = context.Services.AddAntiforgery();
services.AddAntiforgery(options =>
{
options.Cookie.SameSite = SameSiteMode.None;
options.Cookie.SecurePolicy= CookieSecurePolicy.Always;
});
regards,
Hi
could you please check these links https://support.abp.io/QA/Questions/3047/Disable-concurrent-user-login
https://support.abp.io/QA/Questions/950/How-to-allow-one-user-concurrent-login-per-user
https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4821
Hello bhasinp,
Please check this documentation https://docs.abp.io/en/abp/3.1/Modules/Organization-Units
it is mentioned that the OU code must be unique so please use an unique codes for organization items and follow hierarchy like instead of ORG-SUB-1 , you may use ORG1-SUB-1 like wise (ORG1) as first root name, so every node will get unique
Thanks, Anjali
Hello Anjali, I already did this https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n But still have exception
Thanks
Ok will check and get back to you asap. Could you please provide steps to reproduce the issue.
Hello Tuncay.Kurt,
please check this link https://community.abp.io/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n
please have look to these similar tickets https://support.abp.io/QA/Questions/4357/How-to-allow-cross-domain-cookies-in-ABP-identity-server https://github.com/abpframework/abp/issues/7261 https://support.abp.io/QA/Questions/622/Antiforgery-cookies-http-and-react-native-problems
please let me know if found helpful for you
Thanks, Anjali