Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source control not working from the locally #123

Open
abasakre opened this issue Mar 21, 2024 · 5 comments
Open

Source control not working from the locally #123

abasakre opened this issue Mar 21, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@abasakre
Copy link

Thanks for this tool
Everything work perfectly but source control is not work locally .i test all of them github ,gitlab....

@abasakre abasakre added the bug Something isn't working label Mar 21, 2024
@midhlajnazar
Copy link

image

@saeedvaziry
Copy link
Member

Can't reproduce it

@saeedvaziry
Copy link
Member

How did you install on local?

@slaFFik
Copy link

slaFFik commented Jan 6, 2025

Same issue.

Steps (not using sail):

  1. gh repo clone
  2. composer install
  3. npm install && npm run build
  4. generate the APP_KEY and paste it into the .env (copied from .env.prod) file
  5. php artisan migrate using sqlite (with /storage/database.sqlite file creation)
  6. configure SMTP server (I used mailtrap.io)
  7. php artisan queue:work
  8. add a user with name and email address (everything else is empty) directory to the users table
  9. go to the local site (I use valet domain), go to reset password.
  10. enter the email of the user created on step 8
  11. receive email, enter the new password, log in as that user
  12. after 403 error, go to projects and user_project tables, and create a test project
  13. now go to Source Control and try to add GitHub, for example.

@midhlajnazar
Copy link

(source_countrold.provider_data) Json is not saving to the old version of mysql database,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants