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
Hey @volodymyr-chekyrta, first of all, thanks for the solution and merge. After your solution, I manually got the raw Data_Dashboard.swift file content and tried it on my machine and I received another parsing error on Xcode's console:
CodingKeys(stringValue: "start_display", intValue: nil)], debugDescription: "Cannot get unkeyed decoding container -- found null value instead", underlyingError: nil))
By following your method, I was able to remove the start_display key from the Data_Dashboard.swift file. And run and test again. Now everything is working as expected.
Steps to reproduce
A newly compiled app from
develop
branch connected to my serverblue.zeitlabs.com
which is Open edXmaster
backend (more recent the Quince).The dashboard button.
We got this error in the mobile error:
HTTP Request
Screenshot
Outcome
What did you expect?
See list of courses.
What happened instead?
I see empty list dashboard.
Your phone model
iPhone Simulator
Operating system version
iPhone 15 Pro simulator - iOS 17.2
Application version
develop branch (v1.0.0)
The text was updated successfully, but these errors were encountered: