No description
  • C# 77.6%
  • HTML 13.2%
  • JavaScript 5.5%
  • CSS 3.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
KikiZC e91c1a8eff fix: recognize AMP's real Unauthorized Access error as a session error
GetInstancesAsync crashed in production when the AMP session token
expired: AMP's actual error response ({"Title":"Unauthorized Access",
"Message":"...requires the Session.Exists permission."}) didn't match
any of the known SessionErrorStrings, so the re-login retry never
fired and ParseGetInstancesResponse blew up trying to read an error
object as an instance array.
2026-09-13 10:33:00 +02:00
planning feat: sidebar + detail dashboard with map embed and live console 2026-07-30 13:17:45 +02:00
src/McMapsWeb fix: recognize AMP's real Unauthorized Access error as a session error 2026-09-13 10:33:00 +02:00
tests/McMapsWeb.Tests fix: recognize AMP's real Unauthorized Access error as a session error 2026-09-13 10:33:00 +02:00
.gitignore feat: scaffold ASP.NET Core skeleton for MC-Maps-Web 2026-07-30 09:53:22 +02:00
McMapsWeb.sln feat: add IInstanceProvider seam, dashboard list UI, and test project 2026-07-30 10:03:48 +02:00
README.md Initial commit 2026-07-29 10:13:05 +02:00

MC-Maps-Web