Project Setting Up Is Not Getting Completed
HI, I am trying to create a project in supabase. the project has been setting up for hours now. It is just showing "project is coming up". Can any one tell me what the problem is and how to fix it?
#troubleshooting

22 Replies
Is this project in ap-south-1 region?
Yes, is that the problem?
another user reported the same issue. same region https://discord.com/channels/839993398554656828/1419616636406857769
can you check if your instance is running now? I tried a new project and it was setup successfully. If its not setup, then delete it and setup a new one
You can use the management api for this. You'll need to generate a supabase access token. Make sure that you're using the project ref of the new project which is stuck as this will delete the project and is irreversible
Where to put this code?
This is a curl request. You run this in terminal. Have you generated a token?
Yes
Yes simply run this command in terminal and this will delete the project which is stuck at setting up. This is irreversible so if you have any data in this project it will be lost
Token looks like this
sbp_xxxxxxxxxxxxxxxxx
and make sure to add your project id in the urlSure, I will run this code and let you know
Please delete this msg
You should not expose your token
It gives admin access to anyone
I'd suggest to first delete this token and create a new one as its been exposed
Yes i know that, I hid the last few numbers.
Ok
Share the error msg
i figured out the code. I deleted the project
Curl Request was successful?
Or did you delete from dashboard
The curl request was successful
And Now I tried creating the project again.
Working now?
The set up got over and it's ready now
Great!
Thanks a lot inder
No problem
So to summarize...
You can delete a project stuck in setup with the Admin REST API but not the dashboard...
You can delete a project stuck in setup with the Admin REST API but not the dashboard...
Its disabled when stuck
I noticed that when I try to delete a project that is stuck, the api returns an error "project can't be deleted." This occurs for projects that were initially set up but became stuck. After some time, however, I am able to successfully delete the project.
Makes me wonder if its a dashboard issue not showing the true state of the project.
The dashboard was blank for me. It didn't got loaded. You can see the first picture that I attached in the chat.
That's why I used the RestAPI