-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling 301 and 302 redirections? #2243
Comments
Not that I have no idea if we should have a 301 here and there might be something else to fix. See this run: https://github.com/quarkusio/quarkus-quickstarts/actions/runs/12344772645 and look for |
Hm, did you try setting the |
That is weird though, the vertx documentation says that their HTTP client by default follows redirects. We'll have a look |
Hm, I think we have several problems here
I think this is calling to stop depending on a third-party service and find a wholly different solution... |
I could, as a quick workaround, update the URL and override the header, but I can't get past the "local cache" error, so it wouldn't work anyway |
So maybe we could just ignore that test for now and I would come up with a completely different quickstart... Not sure exactly how to do it,
|
I would have expected the SmallRye GraphQL client to handle both 301 and 302 (i.e. when a resource is moved).
We have the quickstarts failing with:
The text was updated successfully, but these errors were encountered: