credentials issue
I was playing around with the opensource local deployment and was having a problem with the credentials what am i doing wrong?
Hi @IsraelAbebe
1)Clear the docker volumes by running the below command from project root directory.
docker compose -f docker/docker-compose.yaml down -v
2) Update the project using ./run-platform.sh --upgrade.
3)Copy the # System admin credentials values from 'unstract/backend/sample.env' and replace it in 'unstract/backend/.env 'file
4) Run the script ./run-platform.sh
(Or)
1)Clear the old docker volumes by running the below command from project root directory.
docker compose -f docker/docker-compose.yaml down -v
2)Clone the new project and run the script ./run-platform.sh
@IsraelAbebe to add more context probably you haven't done anything wrong. Around last Friday we had a change which went in that caused this issues. So if you cloned repo around that time that would be the reason.
Above steps shared are to work around that issue if you indeed had cloned around that time.
@IsraelAbebe it would be great to know if the above steps helped to resolve your issue.
Closing stale issue