Unsmart | Tech debt
03/30/2023, 9:02 PMWaiiki
03/30/2023, 9:03 PMhttps://test-bucket.s3.amazonaws.com/
Unsmart | Tech debt
03/30/2023, 9:03 PMWaiiki
03/30/2023, 9:04 PMWaiiki
03/30/2023, 9:04 PMWaiiki
03/30/2023, 9:04 PMkian
03/30/2023, 9:04 PMrickyrobinett
03/30/2023, 9:10 PMKarbust
03/30/2023, 10:08 PMgautam32
03/31/2023, 1:37 AMchientrm
03/31/2023, 1:38 AMgautam32
03/31/2023, 1:44 AMDeleted User
03/31/2023, 1:55 AMDeleted User
03/31/2023, 1:56 AMErisa | Support Engineer
03/31/2023, 1:56 AMErisa | Support Engineer
03/31/2023, 1:57 AMcustomMetadata: { "realDateIPromise": "2022-04-28T23:46:00+05:30" }
gautam32
03/31/2023, 3:14 AMbubble_tea
03/31/2023, 7:03 AMHardAtWork
03/31/2023, 7:18 AMrclone
.bubble_tea
03/31/2023, 7:21 AMdav1d
03/31/2023, 7:44 AMWaiiki
03/31/2023, 8:03 PMaccess to fetch at ... from origin 'http://localhost:3001' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Waiiki
03/31/2023, 8:03 PM[
{
"AllowedOrigins": [
"http://localhost:3001"
],
"AllowedMethods": [
"GET",
"PUT",
"POST"
]
}
]
Waiiki
03/31/2023, 8:04 PMWaiiki
03/31/2023, 8:14 PM"AllowedHeaders": [
"Access-Control-Allow-Origin"
]
adding this doesn't work eitherWaiiki
03/31/2023, 8:46 PMWaiiki
03/31/2023, 8:46 PMWaiiki
03/31/2023, 8:47 PMWaiiki
03/31/2023, 9:26 PM[
{
"AllowedOrigins": [
"http://localhost:3001"
],
"AllowedMethods": [
"GET",
"PUT",
"POST",
"DELETE"
],
"AllowedHeaders": [
"Authorization",
"Access-Control-Allow-Origin",
"Origin"
],
"ExposeHeaders": [
"Access-Control-Allow-Origin",
"Access-Control-Allow-Credentials"
]
}
]
>.<