Redirecting to wrong server, graphQL

Hi.

I’m writing a django system that uses graphQL.
The system uses docker and can be found here: https://github.com/Rotendahl/forenings_medlemmer

The failed CircleCI job can be found here: https://circleci.com/gh/CodingPirates/forenings_medlemmer/437

All tests work locally but when running on circleCI the graphQL tests fails because of a redirect.

What does testserver resolve to? I assume it is your code that does the redirect, so I guess you have to find out why it does that in a non-local environment?

I figured it on my own.
The problem was that server didn’t support https.

Sorry for the inconvenience!

1 Like