Rakox
07/30/2021, 4:54 PMsupabase eject
to create the docker-compose.yml
Does anyone have an idea?
Creating supabase-mail ... error
Creating supabase-db ...
Creating supabase-kong ...
Creating supabase-db ... error
6783a03a7ef845b9c8e357e587e38fa12". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for supabase-db Cannot create container for service db: Conflict. The container name "/supabase-db" is already in use by container "4e98ca987c72bd9b6466ed5c4ddf86ef12d4aCreating supabase-kong ... error
ERROR: for supabase-kong Cannot create container for service kong: Conflict. The container name "/supabase-kong" is already in use by container "0a4aac0d7df49eb60e2e842c9a4e14aedb0d1e306aa3ebee295a09eda73b2215". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for mail Cannot create container for service mail: Conflict. The container name "/supabase-mail" is already in use by container "3a9b049efcfe34d6b24667c1c2f42fa6783a03a7ef845b9c8e357e587e38fa12". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for db Cannot create container for service db: Conflict. The container name "/supabase-db" is already in use by container "4e98ca987c72bd9b6466ed5c4ddf86ef12d4a549a17842b2979ee0396c456b24". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for kong Cannot create container for service kong: Conflict. The container name "/supabase-kong" is already in use by container "0a4aac0d7df49eb60e2e842c9a4e14aedb0d1e306aa3ebee295a09eda73b2215". You have to remove (or rename) that container to be able to reuse that name.
ERROR: Encountered errors while bringing up the project.
Scott P
07/30/2021, 4:55 PMsupabase eject
to create the docker-compose.yml
Does anyone have an idea?
Creating supabase-mail ... error
Creating supabase-db ...
Creating supabase-kong ...
Creating supabase-db ... error
6783a03a7ef845b9c8e357e587e38fa12". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for supabase-db Cannot create container for service db: Conflict. The container name "/supabase-db" is already in use by container "4e98ca987c72bd9b6466ed5c4ddf86ef12d4aCreating supabase-kong ... error
ERROR: for supabase-kong Cannot create container for service kong: Conflict. The container name "/supabase-kong" is already in use by container "0a4aac0d7df49eb60e2e842c9a4e14aedb0d1e306aa3ebee295a09eda73b2215". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for mail Cannot create container for service mail: Conflict. The container name "/supabase-mail" is already in use by container "3a9b049efcfe34d6b24667c1c2f42fa6783a03a7ef845b9c8e357e587e38fa12". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for db Cannot create container for service db: Conflict. The container name "/supabase-db" is already in use by container "4e98ca987c72bd9b6466ed5c4ddf86ef12d4a549a17842b2979ee0396c456b24". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for kong Cannot create container for service kong: Conflict. The container name "/supabase-kong" is already in use by container "0a4aac0d7df49eb60e2e842c9a4e14aedb0d1e306aa3ebee295a09eda73b2215". You have to remove (or rename) that container to be able to reuse that name.
ERROR: Encountered errors while bringing up the project.
Scott P
07/30/2021, 4:56 PMsh
docker rm /supabase-db
docker rm /supabase-kong
docker rm /supabase-mail
Scott P
07/30/2021, 4:57 PMRakox
07/30/2021, 4:58 PMdocker-compose up
command ? or supabase eject
?Scott P
07/30/2021, 4:58 PMdocker-compose up
Rakox
07/30/2021, 4:59 PMscala
Creating supabase-kong ... done
Creating supabase-mail ... done
Creating supabase-db ... done
Creating supabase-auth ... error
Creating supabase-rest ...
Creating supabase-realtime ...
Creating supabase-rest ... error
b213182ddad33d491c4c325ff2bfaa9e4". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for supabase-rest Cannot create container for service rest: Conflict. The container name "/supabase-rest" is already in use by container "7554f44295605385119107728a750ffCreating supabase-realtime ... error
ERROR: for supabase-realtime Cannot create container for service realtime: Conflict. The container name "/supabase-realtime" is already in use by container "47d5706112cea0a76e2e5f6a8bcde190aad934bf95bbcd949f7136ab23d4ee29". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for auth Cannot create container for service auth: Conflict. The container name "/supabase-auth" is already in use by container "6f218b2fb26fa7bf3fca7361af83140b213182ddad33d491c4c325ff2bfaa9e4". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for rest Cannot create container for service rest: Conflict. The container name "/supabase-rest" is already in use by container "7554f44295605385119107728a750ff631f62bdfbb55d8b0b0961feefb788eb5". You have to remove (or rename) that container to be able to reuse that name.
ERROR: for realtime Cannot create container for service realtime: Conflict. The container name "/supabase-realtime" is already in use by container "47d5706112cea0a76e2e5f6a8bcde190aad934bf95bbcd949f7136ab23d4ee29". You have to remove (or rename) that container to be able to reuse that name.
ERROR: Encountered errors while bringing up the project.
Rakox
07/30/2021, 4:59 PMScott P
07/30/2021, 4:59 PM/supabase-rest
and /supabase-realtime
tooScott P
07/30/2021, 5:00 PMdocker rm
commands above - run them all at the same timeRakox
07/30/2021, 5:02 PMScott P
07/30/2021, 5:02 PMRakox
07/30/2021, 5:04 PMRakox
07/30/2021, 5:13 PMmagicquin
07/30/2021, 5:28 PMScott P
07/30/2021, 5:35 PMfeat/studio
branchRakox
07/30/2021, 8:00 PMRakox
07/30/2021, 8:01 PMRakox
07/30/2021, 8:22 PMRakox
07/30/2021, 8:40 PMScott P
07/30/2021, 8:55 PMhttp://localhost:8000/auth/v1/settings?apikey=<add your api key>
it should return a page which shows your current auth configRakox
07/31/2021, 7:39 AMRakox
07/31/2021, 8:08 AMsupabase eject
... However, when I clone the supabase/supabase
repository, authentication does not work and I get a 401 unauthorized errorRakox
07/31/2021, 8:09 AMsupabase eject
I don't have the storage-api containermagicquin
08/01/2021, 12:28 PMRakox
08/01/2021, 12:39 PMmagicquin
08/01/2021, 12:40 PMRakox
08/01/2021, 12:41 PMmagicquin
08/01/2021, 12:41 PMmagicquin
08/01/2021, 12:42 PMmagicquin
08/01/2021, 12:43 PMmagicquin
08/01/2021, 12:44 PMmagicquin
08/01/2021, 12:44 PMRakox
08/01/2021, 12:45 PMmagicquin
08/01/2021, 12:45 PMRakox
08/01/2021, 12:46 PMmagicquin
08/01/2021, 12:47 PMRakox
08/01/2021, 12:47 PMmagicquin
08/01/2021, 12:48 PMmagicquin
08/01/2021, 12:48 PMmagicquin
08/01/2021, 12:48 PMRakox
08/01/2021, 12:49 PMmagicquin
08/01/2021, 12:50 PMeverconfusedguy
08/02/2021, 5:54 AMeverconfusedguy
08/02/2021, 5:55 AMmagicquin
08/02/2021, 5:27 PMmagicquin
08/02/2021, 5:28 PMmagicquin
08/02/2021, 5:41 PM