-
Notifications
You must be signed in to change notification settings - Fork 16
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
Android course catalog does not download data #6288
Comments
I have an answer as to what is going on. Requests to We are returned a iOS is able to follow it, Android is not following the redirect. |
So maybe it is not a redirect issue?
I am able to fix this locally by changing - export const COURSE_DATA_PAGE = 'https://stodevx.github.io/course-data/'
+ export const COURSE_DATA_PAGE = 'https://stolaf.dev/course-data/'
- export const INFO_PAGE = 'https://stodevx.github.io/course-data/info.json'
+ export const INFO_PAGE = 'https://stolaf.dev/course-data/info.json'
- export const GE_DATA = 'https://stodevx.github.io/course-data/data-lists/valid_gereqs.json'
+ export const GE_DATA = 'https://stolaf.dev/course-data/data-lists/valid_gereqs.json'
- export const DEPT_DATA = 'https://stodevx.github.io/course-data/data-lists/valid_departments.json'
+ export const DEPT_DATA = 'https://stolaf.dev/course-data/data-lists/valid_departments.json'
- export const TIMES_DATA = 'https://stodevx.github.io/course-data/data-lists/valid_times.json'
+ export const TIMES_DATA = 'https://stolaf.dev/course-data/data-lists/valid_times.json' |
Is it an RN 0.68 issue? Since they ship the fetch-to-native shim… |
Here are the networking issues for 0.68
|
The course catalog does not appear to download courses on android. iOS works fine.
The text was updated successfully, but these errors were encountered: