A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off

I have a Foundation project working and basically everything works except when I try to view a Catalog (i.e https://localhost:5001/en/fashion/mens/mens-shoes/). I know I need to modify the appsettings.json "changeme" values - I have
Initial
-------------------------------------------------------------------------------------------------------------------------------------------------------------
"EPiServer": {
"Find": {
"DefaultIndex": "changeme",
"ServiceUrl": "http://changeme",
"TrackingSanitizerEnabled": true,
"TrackingTimeout": 30000
},
System.Net.Dns.GetHostEntryOrAddressesCore(string hostName, bool justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch)
System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(string host, int port, HttpRequestMessage initialRequest, bool async, CancellationToken cancellationToken)
System.Net.HttpWebRequest.GetResponse()
EPiServer.Find.Api.Command.GetResponse<TResult>(IJsonRequest request)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Tried to change to:
or
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(string host, int port, HttpRequestMessage initialRequest, bool async, CancellationToken cancellationToken)
System.Net.HttpWebRequest.GetResponse()
EPiServer.Find.Api.Command.GetResponse<TResult>(IJsonRequest request)