-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.<<
--- 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working