feeder Posted February 27, 2024 Posted February 27, 2024 Starting from a few days ago, I've been unable to login on the main page; every time I try, the Log In button does nothing. Looking at the console, I'm getting CORS errors on identity.wuxiaworld.com (incidentally, I'm not getting them from forum.wuxiaworld.com) Access to fetch at 'https://identity.wuxiaworld.com/.well-known/openid-configuration' from origin 'https://www.wuxiaworld.com' 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. and auth.ts:293 GET https://identity.wuxiaworld.com/.well-known/openid-configuration net::ERR_FAILED 403 (Forbidden) I've tried clearing cache+cookies, logging in in incognito mode, and tried both Chrome and Firefox. I am consistently unable to login. This is blocking me from reading outside the mobile app.
Jaspaaar Posted February 27, 2024 Posted February 27, 2024 2 hours ago, feeder said: Starting from a few days ago, I've been unable to login on the main page; every time I try, the Log In button does nothing. Looking at the console, I'm getting CORS errors on identity.wuxiaworld.com (incidentally, I'm not getting them from forum.wuxiaworld.com) Access to fetch at 'https://identity.wuxiaworld.com/.well-known/openid-configuration' from origin 'https://www.wuxiaworld.com' 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. and auth.ts:293 GET https://identity.wuxiaworld.com/.well-known/openid-configuration net::ERR_FAILED 403 (Forbidden) I've tried clearing cache+cookies, logging in in incognito mode, and tried both Chrome and Firefox. I am consistently unable to login. This is blocking me from reading outside the mobile app. This was a Cloudflare issue - it should now be fixed!
feeder Posted February 27, 2024 Author Posted February 27, 2024 Thanks! I tried logging in again and on https://www.wuxiaworld.com/auth/callback/wuxiaworld (query string omitted) I'm getting Quote Error Failed to fetch The most salient error I'm seeing is: Access to fetch at 'https://identity.wuxiaworld.com/connect/token' from origin 'https://www.wuxiaworld.com' 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now