Missing Allow Origin Headers #609
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#609
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I posted my problem already on #258 and will reapeat it here in hope to get an answer faster:
I get a 'CORS Missing Allow Origin' error on my POST requests but paradoxically not for my OPTIONS requests, so:
OPTIONS ✅
POST ❌ 'CORS Missing Allow Origin'
My CORS rules set via AWS CLI are:
And the response I get for the pre-flight OPTIONS is:
But for the POST request which gets called right after that, is:
Am I missing somthing? Does this happen to anyone else? I would really appreciate any help.
Soo... the images are actually getting uploaded fine but the browser still says its missing an allow origin header. So I can actually use garage as normal but I will get annoying error messages.
Having the same issue using a presigned post URL. The response from garage is missing CORS headers
By the way thank you for the great product. Offering a great alternative.
Could you check that the issue is solved with the following builds?
Garage 0.8.x -> build
ac04934daefe48ac4f41d22b9129d1fe2ce44833
Garage 0.9.x -> build
79eeb4f8d6bbe40274b48ff9c7c1bcc13dbdb714
Those builds can be found on the downloads page in the "development builds" section.