I’m more looking for general guidance here. I’ve set up my Supabase database, it queries just fine, the data seems like it’s there. I believe I’ve correctly pointed my app to the supabase database, but whenever I try to query the database from my app (It’s a Rails app by the way), it returns something like this.
NoMethodError (undefined method `my-method’ for nil:NilClass
Any tips or sugguestions for how I could debug this? I’m kind of stuck. Thanks