The community member is having an issue with adding Alibaba OSS (Object Storage Service) to their self-hosted setup. They are encountering a CORS (Cross-Origin Resource Sharing) error, where the requested resource is being blocked due to the lack of an 'Access-Control-Allow-Origin' header. Other community members have provided suggestions, such as checking the server logs for more information and trying to set the request mode to 'no-cors' to bypass the CORS issue. However, the community member has not been able to find the root cause of the problem in their logs, and the issue remains unresolved.
has been blocked by CORS policy: 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.
I setup self hosted on my server and then I want use S3, but the S3 from Alibaba Cloud. I follow all setting in this link https://docs.typebot.io/self-hosting/guides/s3 after build the code and try upload the files. In inspect element show CORS issues. So I'm not sure what problem not show to see where the log or error log.
I'm using PM2, on the error.log and out.log don't have any error relate to S3, and on typebot when try upload just loading and after loading finish not show any error. I just see on inspect element about the CORS.