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
PlatformException(channel-error, Unable to establish connection on channel., null,
null)
When i try to run a project, the application compiles but before it even loads, i run into a Platform Exception (Note: When i debugged it, the issue pops up when supabase.initialize() is called.)
Here's a snippet of the code -
Here's the snippet of the error:
[ +14 ms] I/flutter (13228): ***** Supabase init completed Instance of 'Supabase'
[ ] E/flutter (13228): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled
Exception: PlatformException(channel-error, Unable to establish connection on channel., null,
null)
[ +1 ms] E/flutter (13228):
[ ] E/flutter (13228): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled
Exception: PlatformException(channel-error, Unable to establish connection on channel., null,
null)
[ ] E/flutter (13228):
To Reproduce
Steps to reproduce the behavior:
I'm not sure exactly how to do this but it just seems to be after i upgraded to the latest version of supabase (I was on v1 and i switched to v2).
There were no breaking changes that directly affected my existing code (I think).
PlatformException(channel-error, Unable to establish connection on channel., null,
null)
When i try to run a project, the application compiles but before it even loads, i run into a Platform Exception (Note: When i debugged it, the issue pops up when supabase.initialize() is called.)
Here's a snippet of the code -
Here's the snippet of the error:
[ +14 ms] I/flutter (13228): ***** Supabase init completed Instance of 'Supabase'
[ ] E/flutter (13228): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled
Exception: PlatformException(channel-error, Unable to establish connection on channel., null,
null)
[ +1 ms] E/flutter (13228):
[ ] E/flutter (13228): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled
Exception: PlatformException(channel-error, Unable to establish connection on channel., null,
null)
[ ] E/flutter (13228):
To Reproduce
Steps to reproduce the behavior:
I'm not sure exactly how to do this but it just seems to be after i upgraded to the latest version of supabase (I was on v1 and i switched to v2).
There were no breaking changes that directly affected my existing code (I think).
Version (please complete the following information):
├── supabase_flutter 2.3.4
│ ├── supabase 2.0.8
│ │ ├── functions_client 2.0.0
│ │ ├── gotrue 2.5.1
│ │ ├── postgrest 2.1.1
│ │ ├── realtime_client 2.0.1
│ │ ├── storage_client 2.0.1
The text was updated successfully, but these errors were encountered: