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
If you call getContentResponse<T: Codable>(_ slug: String, key: String? = nil, completion: @escaping Completion<T>) and you provide a slug String that is not configered in the NStack console, the SDK crashes instead of returning some error.
The text was updated successfully, but these errors were encountered:
If you call
getContentResponse<T: Codable>(_ slug: String, key: String? = nil, completion: @escaping Completion<T>)
and you provide aslug
String that is not configered in the NStack console, the SDK crashes instead of returning some error.The text was updated successfully, but these errors were encountered: