Open
Description
INSTALL STEPS
- Clean machine: Mac OS
- Install SDK 8.0.404
REPRO STEPS
- Create a MVC InAuth project in CLI
dotnet new mvc --auth individual -o MVC1
cd MVC1
- Run the project with https in CMD, and open URL in the Safari browser
dotnet run -lp https
- Register and login account in the web page, close the browser and stop debug
- Run the project with http in CMD, and open URL in the Safari browser
dotnet run
- Register and login account in the web page
Note:
- This issue only repro on Safari browser, this issue not repro on Edge browser.
ACTUAL
It can't register and login account
Workaround
- Open Safari Settings > Click "Manage Website Data" in privacy page > Click "Remove All" to clear the localhost cookie history, then register and login account again