Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

에셋 있는 봇 임포트 오류 #706

Open
Madridistar opened this issue Jan 5, 2025 · 1 comment
Open

에셋 있는 봇 임포트 오류 #706

Madridistar opened this issue Jan 5, 2025 · 1 comment

Comments

@Madridistar
Copy link

종종 얘기 나오던건데 에셋 있는 봇만 임포트하면 CORS 오류, DB 서버 에러가 뜨는데 확인 해주면 감사하겠습니다.

CORS는 비활성화 해도 뜨고 활성화 해도 떠서 에셋 있는 봇 자체를 임포트 못 하고 있습니다.
Screenshot_20250106_013618_Chrome

@fatsnk
Copy link

fatsnk commented Jan 6, 2025

Not only that, but the CORS error is a big reason why RISU can't be promoted well. Unless you only use it locally, even if you have a LAN connection, a CORS error will be triggered, resulting in a complete unusability of important functions such as preset export and data backup. However, many people like to build the service on a VPS to use, there is no easy way to bypass this error, especially when using a mobile phone to connect to the server, there is no browser on the mobile phone that supports the security policy of disabling cors. The only way to do this is to set up a proxy yourself to bypass the cors, and you need to change the code to point the risu related URL to your own proxy. This bar is high.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants