Daniel Nelson
01/24/2025, 9:11 AMUseXEndpoints
(UseInstallerEndpoints, UseBackOfficeEndpoints, any custom ones, Etc) in our Program.cs/Startup.cs. I believe this is due to the routes in your builder context being overwritten or reset?
In one instance we had to move our custom endpoint setup extension to be the first added, in another the last!