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

[bug]: is docker example working on master? #795

Closed
1 task done
cinatic opened this issue Apr 12, 2023 · 3 comments
Closed
1 task done

[bug]: is docker example working on master? #795

cinatic opened this issue Apr 12, 2023 · 3 comments
Labels
🐛bug Something isn't working

Comments

@cinatic
Copy link

cinatic commented Apr 12, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

I run docker-compose and it seemed everything was build fine, however with the raw build i reach the dashboard after the welcome wizard and then i can not create projects and i can not create tasks, i see js errors in the console.

if i run the hub version the welcome wizard first time can not be completed then after a second run it brought me to the dashboard, however some parts are in loading mode and i see the following issue in the log:

planebackend   | 172.19.0.1:36304 - "GET /api/users/me/workspaces/my-new-test-space/dashboard/?month=4 HTTP/1.1" 200
planebackend   | 172.19.0.1:36318 - "OPTIONS /api/workspaces/my-new-test-space/projects/ HTTP/1.1" 200
db             | 2023-04-12 08:00:01.331 UTC [97] ERROR:  column projects.estimate_id does not exist at character 796
db             | 2023-04-12 08:00:01.331 UTC [97] STATEMENT:  SELECT "project_favorites"."created_at", "project_favorites"."updated_at", "project_favorites"."created_by_id", "project_favorites"."updated_by_id", "project_favorites"."id", "project_favorites"."project_id", "project_favorites"."workspace_id", "project_favorites"."user_id", "projects"."created_at", "projects"."updated_at", "projects"."created_by_id", "projects"."updated_by_id", "projects"."id", "projects"."name", "projects"."description", "projects"."description_text", "projects"."description_html", "projects"."network", "projects"."workspace_id", "projects"."identifier", "projects"."default_assignee_id", "projects"."project_lead_id", "projects"."icon", "projects"."module_view", "projects"."cycle_view", "projects"."issue_views_view", "projects"."page_view", "projects"."cover_image", "projects"."estimate_id", T5."password", T5."last_login", T5."id", T5."username", T5."mobile_number", T5."email", T5."first_name", T5."last_name", T5."avatar", T5."date_joined", T5."created_at", T5."updated_at", T5."last_location", T5."created_location", T5."is_superuser", T5."is_managed", T5."is_password_expired", T5."is_active", T5."is_staff", T5."is_email_verified", T5."is_password_autoset", T5."is_onboarded", T5."token", T5."billing_address_country", T5."billing_address", T5."has_billing_address", T5."user_timezone", T5."last_active", T5."last_login_time", T5."last_logout_time", T5."last_login_ip", T5."last_logout_ip", T5."last_login_medium", T5."last_login_uagent", T5."token_updated_at", T5."last_workspace_id", T5."my_issues_prop", T5."role", T5."is_bot", T6."password", T6."last_login", T6."id", T6."username", T6."mobile_number", T6."email", T6."first_name", T6."last_name", T6."avatar", T6."date_joined", T6."created_at", T6."updated_at", T6."last_location", T6."created_location", T6."is_superuser", T6."is_managed", T6."is_password_expired", T6."is_active", T6."is_staff", T6."is_email_verified", T6."is_password_autoset", T6."is_onboarded", T6."token", T6."billing_address_country", T6."billing_address", T6."has_billing_address", T6."user_timezone", T6."last_active", T6."last_login_time", T6."last_logout_time", T6."last_login_ip", T6."last_logout_ip", T6."last_login_medium", T6."last_login_uagent", T6."token_updated_at", T6."last_workspace_id", T6."my_issues_prop", T6."role", T6."is_bot", "workspaces"."created_at", "workspaces"."updated_at", "workspaces"."created_by_id", "workspaces"."updated_by_id", "workspaces"."id", "workspaces"."name", "workspaces"."logo", "workspaces"."owner_id", "workspaces"."slug", "workspaces"."company_size", T7."password", T7."last_login", T7."id", T7."username", T7."mobile_number", T7."email", T7."first_name", T7."last_name", T7."avatar", T7."date_joined", T7."created_at", T7."updated_at", T7."last_location", T7."created_location", T7."is_superuser", T7."is_managed", T7."is_password_expired", T7."is_active", T7."is_staff", T7."is_email_verified", T7."is_password_autoset", T7."is_onboarded", T7."token", T7."billing_address_country", T7."billing_address", T7."has_billing_address", T7."user_timezone", T7."last_active", T7."last_login_time", T7."last_logout_time", T7."last_login_ip", T7."last_logout_ip", T7."last_login_medium", T7."last_login_uagent", T7."token_updated_at", T7."last_workspace_id", T7."my_issues_prop", T7."role", T7."is_bot" FROM "project_favorites" INNER JOIN "workspaces" ON ("project_favorites"."workspace_id" = "workspaces"."id") INNER JOIN "projects" ON ("project_favorites"."project_id" = "projects"."id") LEFT OUTER JOIN "users" T5 ON ("projects"."default_assignee_id" = T5."id") LEFT OUTER JOIN "users" T6 ON ("projects"."project_lead_id" = T6."id") INNER JOIN "users" T7 ON ("workspaces"."owner_id" = T7."id") WHERE ("workspaces"."slug" = 'my-new-test-space' AND "project_favorites"."user_id" = 'aa217e21-ef9e-443e-85ba-492950eb531a'::uuid) ORDER BY "project_favorites"."created_at" DESC LIMIT 21

tried it under Linux station 6.2.10-arch1-1 #1
commit hash f734aad

Steps to reproduce

  1. run docker-compose up
  2. run through wizard, see error
  3. clean stack, container, volumes
  4. try docker-compose -f docker-compose-hub.yml up
  5. see error in db

Environment

Production

Version

Local

@cinatic cinatic added the 🐛bug Something isn't working label Apr 12, 2023
@pablohashescobar
Copy link
Collaborator

Hello @cinatic, currently, the Docker setup in the master branch is unstable. However, we have fixed the issue in the develop branch and are testing it thoroughly. We will soon promote the stable Docker setup to the master branch. Until then, we recommend switching to the develop branch if you need to run the Docker setup.

@pablohashescobar
Copy link
Collaborator

This issue is fixed on our master branch.

@cinatic
Copy link
Author

cinatic commented Apr 17, 2023

Thanks, from what I have seen so far it's a great tool, keep up the good work

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

2 participants