Just figured this out after a couple hours of debugging. It was a typo in my releases config. I had configured MyApp.Endpoint
instead of MyAppWeb.Endpoint
.
6 Likes
Just figured this out after a couple hours of debugging. It was a typo in my releases config. I had configured MyApp.Endpoint
instead of MyAppWeb.Endpoint
.