fix app launch #65
Labels
No labels
CI/CD
MongoDB
PostgreSQL
api
authentication
bug
documentation
duplicate
enhancement
example issue
fix
good first issue
help wanted
high-level requirement
infrastructure
invalid
low-level requirement
medium-level requirement
question
security
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/starranja#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
there was an error in main.py in line 6, to be precise in the import configure_logging
solved with commit #
00b7db7waiting for review for the branch merge to main
it seems by fixing this problem it solved on running in locallaly but it made the github tests not pass, a solution is being analyzed
@AndreFerreira5
to simply solve the problem and have the github tests pass, when running locally the project it should be with the following command in the root project directory
uvicorn src.main:app --reload
note: maybe the fix-launch branch can be deleted because it doesn't bring any solution for this issue