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

Cant see past-orders #39

Closed
moti13590 opened this issue May 4, 2022 · 3 comments
Closed

Cant see past-orders #39

moti13590 opened this issue May 4, 2022 · 3 comments

Comments

@moti13590
Copy link

when I tryin to see my past orders it pop up a failed message, it's part of the challenge?
past-orders

@mathew-jose
Copy link
Collaborator

mathew-jose commented May 4, 2022

This is a bug caused by an assertion error when the database connection isn't set to UTC time. Removing USE_TZ = True in the services/workshop/crapi_site/settings.py file and building the docker images again should resolve this error.

@piyushroshan
Copy link
Collaborator

We have pushed changes to fix this.
We have pre built images now that you can use.
Could you try the following and let us know.

Checkout develop branch and pull the changes.
Run the following to use the develop build images.

VERSION=develop docker-compose -f deploy/docker/docker-compose.yml --compatibility up -d

@moti13590
Copy link
Author

it works.thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants