API Settings Page redirects to default home page in self hosted docker #37914
Replies: 20 comments
the "API Settings" link on page http://localhost:8000/project/default/api?page=auth redirects to http://localhost:8000/project/default. the API settings page does not open. |
|
Hi @omani - By default the settings pages is disabled for local systems. This section here:
Could you provide a link to this on the docs please? |
|
I can replicate this too. I got the following errors in my console: I followed this tutorial: https://supabase.com/docs/guides/self-hosting/docker |
it is not in the docs. this is in the page (in the studio dashboard) at localhost:8000 under API Guide or API Docs or something like that in the navbar. can't remember anymore (dont have studio opened right now). |
|
Thanks for the reports all. |
like I said it's right there on the web UI. click on the |
|
Hi all, We’re going to close this one due to inactivity. Please feel free to reopen if you’re still having issues here or open a new issue. |
|
Sorry, I see this was closed just yesterday but I am currently experiencing this same issue I have made a video of the issue @Hallidayo Could you reopen the issue? I have tried everything but can't fix it myself
|
|
Hi @Cloudore , I've just reopened and will take a look. |
Thank you, I tried on a fresh computer with all default credentials and no cigar, same issue I have summarized the logs with chatgpt `Key Points in the Log: indicating successful processing. |
|
Hi all, I am experiencing this issue as well. I have found two links to settings, one on the API docs, and the other on the Storage page. I was following a tutorial and it told me to visit the settings - settings loads for a moment and then redirects to home page. @Hallidayo you said "Hi @omani - By default the settings pages is disabled for local systems." - can you say how to change that default to enable it? Here's a video of the issue - showing two different links to settings in UI that I'd like to access (API settings, Project settings): Supabase.Bugged.Settings.movHere's screenshots of the settings page that loads and is clearly present for a moment before the redirect: Is there some configuration I can do to stop the redirect - or is there a documentation page on what to do when a tutorial references supabase settings that are normally on the page, eg, how to adapt them for use via alternative methods? |
|
Hi @whogben, those settings pages are disabled on self-hosted because they use Supabase's cloud platform API -- even if the redirect was removed, the pages wouldn't be useful because your self-hosted projects aren't managed by our management API and the endpoints to update settings wouldn't work! In general, config settings can be changed using the configuration variables defined in our self-hosted reference guides: https://supabase.com/docs/guides/self-hosting We can definitely do a better job of documenting these and making the information obvious in self-hosted dashboard, it is on our radar! |
|
Ah ok, thanks for clarifying, yeah I think if there weren't links to the settings still present in self hosted I would have gotten it. Sorry it took me so long. |
|
This is still an issue in self-hosted version. Cant access the setting page at all. |
|
HI @charislam, thanks for your reply. I've started using supabase a few weeks ago and the product is amazing, it's great and thanks for open-sourcing it. I think this kind of feature (api, database and other settings page) can really improve the experience on self-hosted version (and might help for maintaining docs between cloud and self-hosted versions). I get the reason on the technical side (dependency on cloud platform API), but is there a chance that you add supports for these pages on self-hosted plans later ? Thanks in advance for you works and consideration ! |
|
Hi, all I'm going to move this over as a discussion/enhancement. Thanks for all your input on this one. |
|
So i've noticed that once this had been made into a discussion, It kinda died. BUt i've got a reason to respond to this So i'm currently using Supbase functions with Hono. I was trying to follow the guide to use the new JWT token stuff. But I need to rewrite the auth middelware I use in the functions. Which i tried to do. I'm trying to find the service key again, but i cant, and now after updating supabase, when you do Its pretty fustrating and they are discontinuing the old way of doing API keys anon and service key in late 2026. So.... thers a time limit on this as well. Any help would be much appreciated. |





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I cloned the repo and copied over the docker folder to my project folder. followed the supabase docs for self-hosted supabase with docker.
everything works but I can't access the API settings page. nor any other settings page. it redirects to the home screen (default project home page).
http://localhost:8000/project/default/settings/api does not work.
http://localhost:8000/project/default/settings/ does not work.
All reactions