bir .net core projem var. frontendi angular ile yazılan. bunu docker ile ubuntu 22.04 üzerinde çalıştırdım fakat ufak bir sorunum var. herhangi bir şeyi editlemek istediğimde 404 hatası alıyorum.
URL: https://**.com/website-groups/edit/b...5-7e941b16deb0
Status: 404
bu 404'ü aldıktan sonra geri gitmeye çalıştığım zamanda yine 404 hatası alıyorum. Fakat panele login olabiliyor ve içerisinde sorunsuzca gezebiliyorum.
appsettings.json'u şu şekilde güncelledim fakat bir işe yaramadı.
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "System": { "WebServer": { "Handlers": [ { "Name": "aspNetCore", "Path": "", "Verb": "", "Modules": "AspNetCoreModuleV2", "ResourceType": "Unspecified" } ], "AspNetCore": { "ProcessPath": "dotnet", "Arguments": ".\\WebAPI.dll", "StdoutLogEnabled": false, "StdoutLogFile": ".\\logs\\stdout", "HostingModel": "inprocess" } } } }