Shoki
06/09/2022, 12:38 PMjs
const SUPABASE_KEY = "key";
const SUPABASE_URL = "http://kong:8000";
const supabase = createClient(SUPABASE_URL, SUPABASE_KEY);
export { supabase };Needle
06/09/2022, 12:38 PMsilentworks
06/09/2022, 12:40 PMSUPABASE_URL should be http://localhost:8000Shoki
06/09/2022, 12:46 PMjs
error Object {
"message": "Error sending confirmation mail",
"status": 500,
}silentworks
06/09/2022, 1:40 PMsilentworks
06/09/2022, 1:41 PMinbucket which can be accessed at http://localhost:9000. But you need to start your docker image using this command instead
sh
docker-compose -f docker-compose.yml -f ./dev/docker-compose.dev.yml upShoki
06/09/2022, 1:43 PMNeedle
06/09/2022, 1:49 PM