Replies: 3 comments 1 reply
-
Following up, confirm that this config results in a broken deploy. When I visit localhost:3000, I see the welcome screen, but on the "Create Owner Account" screen, whenever I enter an email and password and click "Sign up", it goes back to the first screen "Welcome to Sourcebot". The errors in the server logs are:
|
Beta Was this translation helpful? Give feedback.
-
To your first issue, could you see if #168 is relevant to the issue you are running into? For the second issue: I'm not exactly sure what's going on there.. as a first step, could you wipe all cookies for the site? Additionally, if you are running this in a deployed environment (i.e., not locally on |
Beta Was this translation helpful? Give feedback.
-
Thank you for these suggestions. Adding a
I'd like to analyze the local repositories that are already cloned & mounted within the docker container. If I must configure access to the remote git server, I can, but is that really necessary? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My
config.json
is:And I am starting the docker container with:
But the container has this error, and doesn't seem to have indexed any repositories:
Everything is owned by the same user (the user who owns the files also invokes docker run). Maybe this is because the docker container is running as root? What's the right way to get the UIDs properly aligned so this works?
Beta Was this translation helpful? Give feedback.
All reactions