TARS
09/09/2022, 8:09 AMChristian Bertram
09/09/2022, 12:12 PMsignUp
from the browser, Supabase sends a verification email. When using createUser
, Supabase doesn't seem to send a verification email, but it is still not possible to log in, as the email hasn't been verified. Is there some way I can have the verification email sent?Haus Of Alejandro
09/09/2022, 4:57 PMd33pu
09/09/2022, 4:58 PMpasha_dee
09/09/2022, 7:11 PMMilou
09/09/2022, 7:57 PMCory
09/10/2022, 4:18 AMNinjaa
09/10/2022, 5:27 AMwesleyyue
09/10/2022, 5:33 AM((()))
09/10/2022, 6:13 AMThoth Trismegistus
09/10/2022, 7:05 AMtonyhart
09/10/2022, 8:39 AMstu
09/10/2022, 8:56 AMsupabase functions serve hello-world
I'm getting the error Module not found "file:///home/deno/functions/hello-world/index.ts"
. Any ideas how can I fix this to develop locally? I'm on a Mac, using VSCode.user17823234
09/10/2022, 10:09 AMMilfHunterLuci
09/10/2022, 10:41 AMremc
09/10/2022, 11:11 AMJ-dogcoder (ping when replying)
09/10/2022, 12:03 PMCorfitz
09/10/2022, 12:30 PMdocker-compose up
I am getting many errors - all related to migration issues and DB connection issues.
The supabase-db
container spun up in Docker outputs following:
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
ls: reading directory '/docker-entrypoint-initdb.d/': Operation not permitted
and I imagine this is the root cause of all the issues. Has anybody experienced similar issue and know how to resolve?Thoth Trismegistus
09/10/2022, 12:55 PMshmookoff
09/10/2022, 1:11 PMvolumes/api/kong.yml
, however I can't really do that.
In Portainer, you can create a stack using docker-compose.yml
, but you can't load files directly for a stack (ie. volumes/api/kong.yml
).
Any suggestions?Lawlieties
09/10/2022, 1:35 PMdavidshq
09/10/2022, 1:48 PMtonyhart
09/10/2022, 2:11 PMrankala
09/10/2022, 3:02 PMfunction graphql_public.graphql(text,text,jsonb,jsonb) is not a member of extension "pg_graphql"
How do i solve this?Iftach
09/10/2022, 7:19 PMhack1nt0sh
09/10/2022, 7:42 PM42Tom
09/10/2022, 8:23 PMsupabase start
command.
I would like to know:
- How can I setup secrets? It seems that creating a .env has no effect
- Are edge functions working with a local deployment?
- Can I use the CLI tools with a docker deployment? I cannot generate an access token from my local Supabase studio, it gives me a 404 error.
In general, what doesn't work with docker deployments except the settings page in the studio?
Thankszenny.eth
09/10/2022, 10:33 PMTypeError: Cannot read properties of undefined (reading 'setAuthCookie')
3 | export default function handler(req, res) {
4 | console.log(supabase.auth.api);
> 5 | supabase.auth.api.setAuthCookie(req, res);
| ^
6 | }
sman
09/11/2022, 12:55 AM