It was a cors issue if anyone hits the same problem. I needed to add the api url to the accepted list of domains in my cors middleware.
5 Likes
It was a cors issue if anyone hits the same problem. I needed to add the api url to the accepted list of domains in my cors middleware.