Closed onyedikachi-david closed 2 months ago
Thanks for the PR. Once it's done can you share a short demo of the feature?
I’ve been trying to run the setup locally using a modified Docker files and seeds.exs. However, I encountered an issue: I can't access the channel/settings endpoint because I need to be authenticated to see the settings. Could you please share your local development setup?
Here’s what I’ve tried:
Here’s the screenshot of the current state of the app:
Log output showing the Docker run success:
Hey David, the only way to authenticate right now is to create a GitHub OAuth app (takes less than a minute) with
Homepage URL: http://localhost:4000 Authorization callback URL: http://localhost:4000/oauth/callbacks/github
and then set GITHUB_CLIENT_ID
and GITHUB_CLIENT_SECRET
to your app's values inside your .env file
Should I create a pull request for the dev setup i used for run locally? It was really difficult to come up with a local dev setup. Skill issue though :) @zcesur. I also will be closing this pull request; I'm creating another.
Sounds good. Was there anything in particular that gave you trouble? Are you running a docker based setup now or a bare mix based one? Feel free to submit your setup, would love to make it easier to contribute!
Sounds good. Was there anything in particular that gave you trouble? Are you running a docker based setup now or a bare mix based one? Feel free to submit your setup, would love to make it easier to contribute!
A docker based set-up. I'm thinking of making it a devcontainer...
I can't remember all the errors I had then.
/claim #41 Fixes: #41