when am adding file to my node using the localhost the access is granted while when i use the deployed website the access is denied below is my config for example for the config
{
“API”: {
“HTTPHeaders”: {
“Access-Control-Allow-Headers”: [
“Authorization”,
“Content-Type”
],
“Access-Control-Allow-Methods”: [
“GET”,
“POST”,
“PUT”
],
“Access-Control-Allow-Origin”: [
“http://localhost:3000”,
“https://example.app/”
]
}
},