Guilherme Souza

Results 108 comments of Guilherme Souza

Hi @jan-tennert and @Deorigami we had this issue in the other libraries too https://github.com/supabase/postgrest-js/issues/175 You must append a `?columns=collumn1,collumn2,collumn3` in the query param of the request. --- The error is...

Hi, this appears to be the same reported in https://github.com/supabase/auth/issues/1517 This is the expected behavior, to prevent attackers from scanning through existing users, this is known by **User Enumeration Attack**.

Closing for now, feel free to re-open it if you still need something.

Hi @Stp155906 please always use a stable version of Xcode. If you're seeing this on a stable version, please paste the logs for the build failure you're getting. Thanks.

That log message is an Xcode issue, unrelated to Supabase, you can check how to fix it in https://stackoverflow.com/questions/78129981/logging-error-failed-to-initialize-logging-system-log-messages-may-be-missing. Regarding the `No such module Supabase` error, make sure you added...

Hi all, this isn't an issue with the library, but a misconfiguration of Xcode, and/or the linkage of Supabase lib and the application module. I'll be closing this issue.

@Val0007 which issue are you facing? Make sure to: 1. Use a stable Xcode version 2. Add the latest version of `supabase-swift` package as a dependency 3. Add `Supabase` target...

Hi @kevlust Are you still facing this crash?

When you call `auth.session` it checks for a valid session and automatically refreshes it if needed, so the removal of the `auth.refreshCurrentSessionIfNeeded()` method call should not be an issue. I'll...

Closing this issue as it seems to be solved, if it happens again, we can re-open it. Thank you all for the investigation.