Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Yogesh,
Even I was facing same issue.
Rather i tried like below. After running you can access the site at http://localhost:5000/en/ it works properly
Hope this helps to resolve the issue. Please accepts this as answer if solves your problem.
open command prompt as administrator
git clone https://github.com/episerver/Foundation.git
cd foundation
git checkout main
setup.cmd
dotnet run --project .\src\Foundation\Foundation.csproj
i have installed optimizely customized commerce v14 foundation code in visual studio 2022 from below github link and created database through below commands
https://github.com/episerver/Foundation
when i run the solution locally on my machine i m getting below errors , dont know how to resolve this
error : Microsoft.Data.SqlClient.SqlException: 'Could not find stored procedure 'FoundationConfiguration_List'.'
Please help