You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
종종 얘기 나오던건데 에셋 있는 봇만 임포트하면 CORS 오류, DB 서버 에러가 뜨는데 확인 해주면 감사하겠습니다.
CORS는 비활성화 해도 뜨고 활성화 해도 떠서 에셋 있는 봇 자체를 임포트 못 하고 있습니다.

The text was updated successfully, but these errors were encountered: