Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Selithrarion authored Nov 7, 2022
1 parent 488fd31 commit 4a90f70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ Github actions CI pipeline
5. Don't forget to create new server (Object => Create => Server) and then database (jiraClone) in pgadmin (localhost:8082). small tip: in server connection field enter: host.docker.internal
6. and.. you know - give star if you like it 🤩😊

frontend and backend not in docker because i can't fix backend bcrypt error and i need to figure out how to make a hot reload (you can help if you know, it'll be cool). glad to any PRs
frontend and backend not in docker cuz i can't fix backend bcrypt error and i need to figure out how to fix hot reload (you can help if you know, it'd be cool). glad to any PRs

### Known bugs
1. I don't know why but axios response interceptors not work. request interceptors work, but response not. It means than refresh tokens also not work. its funny than my next project instagram clone literally the same config and it work lol :( (frontend/src/boot/axios)
2. After project create it don't save current user to users column (backend/src/modules/projects/projects.service, line 50)
1. I don't know why but axios response interceptors not work. request interceptors work, but response not. It means that refresh tokens also not work. its funny that my next project (instagram clone) has literally the same config and it works xDD (frontend/src/boot/axios)
2. After project create it doesnt save current user to users column (backend/src/modules/projects/projects.service, line 50)
3. Layout tab no highlight if we go to any children route (frontend/src/layouts/MainLayout)

If you have any ideas feel free to contact me to discuss (any links in my profile) or just make pull request, i'll merge it if it doesn't break the whole project (joke. i'll merge it even so 😊😊)
Expand Down

0 comments on commit 4a90f70

Please sign in to comment.