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
Issue: If the .env values aren't present or are incorrect, the error isn't handled, which causes the application to crash.
File: Program.cs Line(s): 41, 52
Error Message:
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'input')
at System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg)
at System.Text.RegularExpressions.Regex.Match(String input)
at Supabase.Client..ctor(String supabaseUrl, String supabaseKey, SupabaseOptions options)
at Program.<>c__DisplayClass0_0.<<
$>g__InitializeSupabase|0>d.MoveNext() in /home/willondrik/Desktop/termProjcs/term-project/term-project/Program.cs:line 52
--- End of stack trace from previous location ---
at Program.$(String[] args) in /home/willondrik/Desktop/termProjcs/term-project/term-project/Program.cs:line 41
at Program.(String[] args)
The text was updated successfully, but these errors were encountered:
Issue: If the .env values aren't present or are incorrect, the error isn't handled, which causes the application to crash.
File: Program.cs
Line(s): 41, 52
Error Message:
$>g__InitializeSupabase|0>d.MoveNext() in /home/willondrik/Desktop/termProjcs/term-project/term-project/Program.cs:line 52Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'input')
at System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg)
at System.Text.RegularExpressions.Regex.Match(String input)
at Supabase.Client..ctor(String supabaseUrl, String supabaseKey, SupabaseOptions options)
at Program.<>c__DisplayClass0_0.<<
--- End of stack trace from previous location ---
at Program.$(String[] args) in /home/willondrik/Desktop/termProjcs/term-project/term-project/Program.cs:line 41
at Program.(String[] args)
The text was updated successfully, but these errors were encountered: