Hal
06/20/2022, 3:24 AMxyz
06/20/2022, 5:40 AMflotTopz
06/20/2022, 7:24 AMVixy88
06/20/2022, 11:05 AM{supabase} from "../../utils/supabaseClient.js"error - ./utils/supabaseClient.js:1:0
Module not found: Can't resolve '@supabase/supabase.js'
> 1 | import { createClient } from "@supabase/supabase.js";
  2 | 
  3 | const supabaseUrl = process.env.NEXT_PUBLIC_SUPABASE_URL;
  4 | const supabaseAnonKey = process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY;
Import trace for requested module:
./pages/schedule.jshko
06/20/2022, 11:44 AMError: Failed to create a new Function on the Supabase project: {"message":"Internal Server Error","errorEventId":"374791912db84ece8a38c5c85a65bc8d"}kudziak
06/20/2022, 12:14 PMlet { data, error } = await supabase
            .from("questions_answers")
            .select("question_id, answers!inner(*)")
            .in("question_id", questions_ids);[{
    question_id: '11864b50-88a1-44dd-881d-1d63ad1d2067',
    answers: {
      answer_id: '7915fc01-35ee-4053-91ae-75f0e972a1eb',
      answer_name: 'e',
      answer_type: 'text_one',
      answer_correct: true,
      answer_addon: null,
      answer_addon_src: ''
    }
  }][{
      question_id: '11864b50-88a1-44dd-881d-1d63ad1d2067',
      answer_id: '7915fc01-35ee-4053-91ae-75f0e972a1eb',
      answer_name: 'e',
      answer_type: 'text_one',
      answer_correct: true,
      answer_addon: null,
      answer_addon_src: ''
}]LinkPlay
06/20/2022, 12:59 PM➜ psql -h db.asdfasdfasdfasdf.supabase.co -p 5432 -d postgres -U postgres
psql: error: connection to server at "db.asdfasdfasdfasdf.supabase.co" (3.71.XYZ.ASD), port 5432 failed: Connection refused
    Is the server running on that host and accepting TCP/IP connections?trebor
06/20/2022, 1:50 PMauth.someclaim() = mytable.somecolumnDenzo
06/20/2022, 1:52 PMRickert
06/20/2022, 6:17 PMcreate table Answer(
  answer_id uuid default gen_random_uuid() not null,
  question_id uuid not null,
  enricher_id uuid not null,
  answer text not null,
  answer_timestamp timestamp default NOW() not null
)edouard-harris
06/20/2022, 6:48 PMContent-Dispositionrequeststest-image.pngmy-bucketrequests.post(
        'https://abcxyz.supabase.co/storage/v1/object/my-bucket/test-image.png',
        headers={
            'Content-Type': 'image/png',
            'Authorization': 'Bearer abc123',
            'Content-Disposition': 'inline'
        },
        data=imageFile.read()
    )'Content-Disposition': 'attachment'koakh
06/20/2022, 6:55 PM...
supabase-db | ls: cannot access '/docker-entrypoint-initdb.d/': Operation not permitted
...
supabase-realtime | 2022-06-20 18:45:10.029 [error] Postgrex.Protocol (#PID<0.235.0>) failed to connect: ** (DBConnection.ConnectionError) tcp connect (db:5432): non-existing domain - :nxdomain
...Julien
06/20/2022, 7:54 PMnahtnam
06/20/2022, 9:10 PMHello world #welcome #message #othermessagesmessage_tags#welcome#howdymessage_tagstagsjvocodes
06/20/2022, 11:06 PMJames Q Quick
06/21/2022, 2:16 AMupsertError: All object keys must matchAlanK
06/21/2022, 3:08 AM// src/routes/__layout.svelte
<script>
  import { goto } from '$app/navigation';
  import { session } from '$app/stores';
  import { supabaseClient } from '$lib/db';
  import { SupaAuthHelper } from '@supabase/auth-helpers-svelte';
  const onUserUpdate = async (user) => {
    if (user) await goto('/');
  };
</script>
<SupaAuthHelper {supabaseClient} {session} {onUserUpdate}>
  <slot />
</SupaAuthHelper>exo
06/21/2022, 3:50 AMjson
{
  "message":"The upstream server is timing out"
}joshcowan25
06/21/2022, 4:36 AMnahtnam
06/21/2022, 5:35 AMnahtnam
06/21/2022, 6:06 AMomar
06/21/2022, 6:07 AMJakub
06/21/2022, 7:02 AMJakub
06/21/2022, 7:07 AMeshnil
06/21/2022, 9:15 AMManny1997
06/21/2022, 1:01 PMRickert
06/21/2022, 1:47 PMDembe
06/21/2022, 2:41 PMHero
06/21/2022, 4:12 PMPHANTOM KNIGHT
06/21/2022, 4:51 PMCompanyTrucks