simplcommerce / SimplCommerce

A simple, cross platform, modulith ecommerce system built on .NET
http://www.simplcommerce.com
Apache License 2.0
4.2k stars 1.59k forks source link

Google opera language problem in Mobile Browsers #946

Open fetullahyldz opened 3 years ago

fetullahyldz commented 3 years ago

Hello, opera vs google chrome does not choose language in mobile browser and there seems to be a problem

hishamco commented 3 years ago

How this related to SimplCommerce?

fetullahyldz commented 3 years ago

https://demo.simplcommerce.com/

Do you open the site on google chrome or opera or mobile and try it does not change when you choose the language

hishamco commented 3 years ago

/cc @thiennn

fetullahyldz commented 3 years ago

I Solved The Problem Set it like this in startup.cs

options.CheckConsentNeeded = context => true; options.MinimumSameSitePolicy = SameSiteMode.Unspecified;

hishamco commented 3 years ago

submit a PR, but I'm not sure if the site code is available in GitHub