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
Just encountered an issues with an ihatemoney project where the project id/token and the name is differing. This results in bills and project members not being loaded.
issue is caused by usage of the project name instead of the project token when building the authString:
guard let authString ="\(project.name):\(project.password)".data(using:.utf8)?.base64EncodedString()else{fatalError("error generating authString. THIS SHOULD NOT HAPPEN")}
Just encountered an issues with an ihatemoney project where the project id/token and the name is differing. This results in bills and project members not being loaded.
issue is caused by usage of the project name instead of the project token when building the authString:
PayForMe/PayForMe/Services/NetworkService.swift
Line 185 in 49d046c
see https://ihatemoney.readthedocs.io/en/latest/api.html#authentication for authentication details
The text was updated successfully, but these errors were encountered: