T
Typebot10mo ago
JohnWazi

Alibaba Store Storage for self hosted

Hi, I wan to add OSS from alibaba for self hosted but have error. So who can help me?
5 Replies
JohnWazi
JohnWaziOP10mo ago
have CORS issues
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.
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.
Baptiste
Baptiste10mo ago
Hey, I'm having a hard understanding what you're asking for. Can you provide more info / context?
JohnWazi
JohnWaziOP10mo ago
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.
Baptiste
Baptiste10mo ago
Can you provide the server logs? There should be a clear error there. If you are self-hosting it with docker. Type this command in your terminal:
docker-compose logs
docker-compose logs
Paste all the logs here so that we can help you properly!
JohnWazi
JohnWaziOP10mo ago
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.

Did you find this page helpful?