Replies: 2 comments
-
This sort of error is almost always because of one of two things:
Depending on how you installed the library you may wind up with either of these two scenarios. Resolving usually boils down to your project and/or IDE configuration. The big hint here is the Supabase.Client missing means that for whatever reason presumably none of the libs are being loaded. FWIW I mostly use Unity and Godot on macOS with Rider. If you are, say, using VS on Windows you might try checking one of those forums...? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I recreated the project and its working now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am struggling with getting supabase to run on a new .net 8 webapi project - I followed Milan's example but its throwing an error: Unhandled exception. System.TypeLoadException: Could not load type 'Supabase.Client' from assembly 'Supabase, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
There error is thrown immediately on dotnet run.
Beta Was this translation helpful? Give feedback.
All reactions