8.20AddHttpRemote Ambiguity Error

Created on Aug 17, 2026~1 min read

If you encounter an ambiguity error with the AddHttpRemote method, you can resolve it by adding an empty delegate parameter to it, as shown below:

cs
services.AddHttpRemote(builder => {});