Unable to Sign up on fresh installation

Technical Help Questionnaire

Have you read and followed the instructions at: ?
Answer: Yes.

Self-Hosted Installation and Setup Questions

How have you self-hosted Baserow.

Docker, installed via get.docker.com on Ubuntu 22.04

What are the specs of the service or server you are using to host Baserow.

Qemu VM with 5.5 GB RAM, 10 cores

Which version of Baserow are you using.

1.24.2

How have you configured your self-hosted installation?

docker-compose.yml:

services:
  baserow:
    container_name: baserow
    image: baserow/baserow:latest
    environment:
      BASEROW_PUBLIC_URL: "http://172.16.1.34:5467/"
    ports:
      - "5467:80"
      - "5468:443"
    volumes:
      - baserow_data:/baserow/data
    restart: unless-stopped
volumes:
  baserow_data:

.env:

SECRET_KEY=***
DATABASE_PASSWORD=***
REDIS_PASSWORD=***
BASEROW_PUBLIC_URL=http://172.16.1.34:5467/
BASEROW_BACKEND_LOG_LEVEL=DEBUG

What commands if any did you use to start your Baserow server?

sudo docker compose up -d

Describe the problem

Describe, step by step, how to reproduce the error or problem you are encountering.

The Signup page loads on the specified port.
When I try to create an account, the following error message appears:

Action not completed.
The action couldn't be completed because an unknown error has occurred.

Please attach full logs from all of Baserow’s services

Summary
core.0031_duplicateapplicationjob_user_action_group_id... OK  
 [BACKEND][2024-05-06 14:25:47]   Applying database.0087_add_duplicate_field_job_type... OK  
 [BACKEND][2024-05-06 14:25:47]   Applying database.0088_multiple_collaborators_field... OK  
 [BACKEND][2024-05-06 14:25:47]   Applying database.0089_update_webhook_url_validators... OK  
 [BACKEND][2024-05-06 14:25:47]   Applying database.0090_add_link_formula_type... OK  
 [BACKEND][2024-05-06 14:25:47]   Applying database.0091_view_show_logo... OK  
 [BACKEND][2024-05-06 14:25:47]   Applying database.0092_alter_token_name... OK  
 [BACKEND][2024-05-06 14:25:47]   Applying database.0093_add_auto_number_to_webhook_log... OK  
 [BASEROW-WATCHER][2024-05-06 14:25:47] Waiting for Baserow to become available, this might take 30+ seconds...  
 [BACKEND][2024-05-06 14:25:48]   Applying database.0094_exportjob_refactor... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying database.0095_update_exportjob_data... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0032_trashentry_related_items... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0033_alter_userprofile_language... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0034_add_install_template_job... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0035_add_auth_providers... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0036_operation... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0037_remove_permissions_choices... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0038_group_storage_usage_updated_at... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0039_settings_allow_global_group_creation... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0040_alter_groupinvitation_message... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0041_action_group... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0042_add_ip_address_to_jobs... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0043_settings_track_group_usage... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0044_add_role_usage_columns_to_group... OK  
 [BACKEND][2024-05-06 14:25:48]   Applying core.0045_group_now... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0001_initial... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0002_add_teams... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0003_teamsubject... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0004_add_rbac_roles... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0005_oauth2_providers... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0006_alter_teamsubject_options... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0007_teamsubject_baserow_ent_created_01fb9f_idx... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0008_delete_all_role_assignments... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0009_roleassignment_subject_and_scope_uniqueness... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying baserow_enterprise.0010_rename_no_role_to_no_access... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying core.0046_rename_group_workspace... OK  
 [BACKEND][2024-05-06 14:25:49]   Applying core.0047_rename_groupuser_workspaceuser... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0048_rename_workspaceuser_group... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0049_rename_groupinvitation_workspaceinvitation... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0050_rename_group_workspaceinvitation_workspace... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0051_rename_group_application_workspace... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0052_rename_group_template_workspace... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0053_rename_trashentry_group... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0054_rename_group_installtemplatejob_workspace... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0055_auto_20230130_1118... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0056_migrate_group_trash_item_type... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0057_settings_allow_global_workspace_creation... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0058_migrate_allow_global_workspace_creation... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0059_remove_settings_allow_global_group_creation... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0060_auto_20230213_1354... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0061_settings_allow_signups_via_workspace_invitations... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0062_migrate_allow_signups_via_workspace_invitations... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0063_remove_settings_allow_signups_via_group_invitations... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0064_rename_group_action_workspace... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0065_alter_workspace_name... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0066_rename_track_group_usage... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0067_alter_settings_track_workspace_usage... OK  
 [BACKEND][2024-05-06 14:25:50]   Applying core.0068_add_user_profile_level_limits... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0069_synced_datetime_field... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0070_integration_service... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0071_trashentry_trash_item_owner... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0072_notifications... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0073_notifications_queued... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0074_email_notifications_user_timezone... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0075_alter_template_icon... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0076_userprofile_last_password_change... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0077_blacklistedtoken... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0078_usersource... OK  
 [BACKEND][2024-05-06 14:25:51]   Applying core.0079_remove_dangling_snapshots... OK  
 [BACKEND][2024-05-06 14:25:52]   Applying core.0080_appauthprovider... OK  
 [BACKEND][2024-05-06 14:25:52]   Applying core.0081_usersource_uid... OK  
 [BEAT_WORKER][2024-05-06 14:25:52] Sleeping for 15 before starting beat to prevent  startup errors.  
 [BEAT_WORKER][2024-05-06 14:25:54] celery beat v5.2.7 (dawn-chorus) is starting.  
 [BEAT_WORKER][2024-05-06 14:25:54] __    -    ... __   -        _  
 [BEAT_WORKER][2024-05-06 14:25:54] LocalTime -> 2024-05-06 14:25:54  
 [BEAT_WORKER][2024-05-06 14:25:54] Configuration ->  
 [BEAT_WORKER][2024-05-06 14:25:54]     . broker -> redis://:**@localhost:6379/0  
 [BEAT_WORKER][2024-05-06 14:25:54]     . loader -> celery.loaders.app.AppLoader  
 [BEAT_WORKER][2024-05-06 14:25:54]     . scheduler -> redbeat.schedulers.RedBeatScheduler  
 [BEAT_WORKER][2024-05-06 14:25:54]        . redis -> redis://:**@localhost:6379/0  
 [BEAT_WORKER][2024-05-06 14:25:54]        . lock -> `redbeat::lock` 1.33 minutes (80s)  
 [BEAT_WORKER][2024-05-06 14:25:54]     . logfile -> [stderr]@%INFO  
 [BEAT_WORKER][2024-05-06 14:25:54]     . maxinterval -> 20.00 seconds (20s)  
 [BACKEND][2024-05-06 14:25:55]   Applying builder.0001_squashed_0038_initial... OK  
 [BACKEND][2024-05-06 14:25:55]   Applying builder.0002_rename_paragraphelement_textelement... OK  
 [BACKEND][2024-05-06 14:25:55]   Applying builder.0003_heading_text_alignment... OK  
 [BACKEND][2024-05-06 14:25:55]   Applying builder.0004_image_element_sizing_styles... OK  
 [BACKEND][2024-05-06 14:25:55]   Applying builder.0005_textelement_format... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0096_add_user_ip_address_to_jobs... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0097_add_ip_address_to_jobs... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0098_view_ownership_type... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0099_alter_view_ownership_type... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0100_airtableimportjob_user_ip_address... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0101_formulafield_nullable... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0102_add_timezone_attrs_for_datetimes... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0103_fix_datetimes_timezones... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0104_remove_timezone_field... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0105_formulafield_needs_periodic_update... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0106_add_to_timestamptz_formula... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0107_alter_tokenpermission_type... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0108_rename_group_airtableimportjob_workspace... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0109_rename_group_token_workspace... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0110_alter_token_workspace... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0111_alter_airtableimportjob_workspace... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0112_view_db_index_name... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0113_add_datetime_format_tz_formula... OK  
 [BACKEND][2024-05-06 14:25:56]   Applying database.0114_alter_airtableimportjob_airtable_share_id... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0115_countfield... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0116_rollupfield... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0117_synced_datetime_field... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0118_table_needs_background_update_column_added... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0119_field_tsvector_column_created... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0120_tsvector_updater... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0121_multiplecollaboratorsfield_notify_user_when_added... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0122_alter_multiplecollaboratorsfield_notify_user_when_added... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0123_add_encode_uri_formula... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0124_add_encode_uri_component_formula... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0125_add_row_history... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0126_alter_rowhistory_options... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0127_viewgroupby... OK  
 [BACKEND][2024-05-06 14:25:57]   Applying database.0128_remove_duplicate_viewfieldoptions... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0129_add_unique_constraint_viewfieldoptions... OK  
 [BASEROW-WATCHER][2024-05-06 14:25:58] Waiting for Baserow to become available, this might take 30+ seconds...  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0130_add_single_file_formula_type... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0131_auto_20231017_0754... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0132_add_filter_group... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0133_formviewfieldoptions_field_component... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0134_delete_stale_fieldoptions... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0135_uuidfield... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0136_table_last_modified_by_column_added... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0137_alter_table_last_modified_by_column_added... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0138_alter_view_created_by... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0139_rename_created_by_view_owned_by... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0140_lastmodifiedbyfield... OK  
 [BACKEND][2024-05-06 14:25:58]   Applying database.0141_formview_users_to_notify_on_submit... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0011_audit_log... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0012_rename_team_group... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0013_rename_group_role_workspace... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0014_rename_group_roleassignment_workspace... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0015_alter_team_workspace... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0016_rename_auditlogentry_group_id_workspace_id... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0017_rename_group_name_auditlogentry_workspace_name... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0018_rename_filter_group_id_auditlogexportjob_filter_workspace_id... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0019_alter_auditlogexportjob_filter_workspace_id... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0020_synced_datetime_field... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0021_auditlogentry_action_uuid... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0022_workspace_audit_log... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0023_localbaserowusersource... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0024_localbaserowpasswordappauthprovider... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying baserow_enterprise.0025_authformelement... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying database.0142_add_multiple_select_to_formulafield... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying database.0143_add_table_created_by_column_added... OK  
 [BACKEND][2024-05-06 14:25:59]   Applying database.0144_alter_table_created_by_column_added... OK  
 [BEAT_WORKER][2024-05-06 14:25:59] [2024-05-06 14:25:54,590: INFO/MainProcess] beat: Starting...  
 [EXPORT_WORKER][2024-05-06 14:26:00] [2024-05-06 14:25:41,333: INFO/MainProcess] export-worker@e1937b094cd3 ready.  
 [EXPORT_WORKER][2024-05-06 14:26:00] [2024-05-06 14:26:00,007: INFO/MainProcess] Task baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email[63459a7a-6d24-4cd4-b76b-f8bc85a0082f] received  
 [EXPORT_WORKER][2024-05-06 14:26:00] [2024-05-06 14:26:00,015: INFO/ForkPoolWorker-1] Task baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email[63459a7a-6d24-4cd4-b76b-f8bc85a0082f] succeeded in 0.0075679029687307775s: None  
 [EXPORT_WORKER][2024-05-06 14:26:00] [2024-05-06 14:26:00,016: INFO/MainProcess] Task baserow.core.notifications.tasks.singleton_send_instant_notifications_summary_by_email[dbb59449-8443-4b29-b86d-5a9c094f920d] received  
 [BACKEND][2024-05-06 14:26:00]   Applying database.0145_autonumberfield... OK  
 [BACKEND][2024-05-06 14:26:00]   Applying database.0146_durationfield... OK  
 [BACKEND][2024-05-06 14:26:00]   Applying database.0147_viewgroupby_width... OK  
 [BACKEND][2024-05-06 14:26:00]   Applying database.0148_add_formula_button_type... OK  
 [BACKEND][2024-05-06 14:26:00]   Applying database.0149_alter_durationfield_duration_format... OK  
 [BACKEND][2024-05-06 14:26:00]   Applying database.0150_formulafield_duration_format_and_more... OK  
 [BACKEND][2024-05-06 14:26:00]   Applying database.0151_tableusageupdate_tableusage... OK  
 [BACKEND][2024-05-06 14:26:00]   Applying database.0152_longtextfield_enable_rich_text_formatting... OK  
 [BACKEND][2024-05-06 14:26:00]   Applying database.0153_passwordfield... OK  
 [BACKEND][2024-05-06 14:26:01]   Applying baserow_premium.0001_row_comments... OK  
 [BACKEND][2024-05-06 14:26:01]   Applying baserow_premium.0002_licenses... OK  
 [BACKEND][2024-05-06 14:26:01]   Applying baserow_premium.0003_kanban_view... OK  
 [BACKEND][2024-05-06 14:26:01]   Applying baserow_premium.0004_kanbanview_card_cover_image_field... OK  
 [BACKEND][2024-05-06 14:26:01]   Applying baserow_premium.0005_alter_rowcomment_user... OK  
 [BACKEND][2024-05-06 14:26:01]   Applying baserow_premium.0006_license_cached_untrusted_instance_wide... OK  
 [BACKEND][2024-05-06 14:26:01]   Applying baserow_premium.0007_fix_missing_colors_ids... OK  
 [BACKEND][2024-05-06 14:26:02]   Applying baserow_premium.0008_calendar_view... OK  
 [BACKEND][2024-05-06 14:26:02]   Applying baserow_premium.0009_synced_datetime_field... OK  
 [BACKEND][2024-05-06 14:26:02]   Applying baserow_premium.0010_rowcomment_trashed... OK  
 [BACKEND][2024-05-06 14:26:02]   Applying baserow_premium.0011_add_row_comments_message_and_mentions... OK  
 [BACKEND][2024-05-06 14:26:02]   Applying baserow_premium.0012_migrate_old_comment_to_tiptap_message... OK  
 [BACKEND][2024-05-06 14:26:02]   Applying baserow_premium.0013_remove_duplicate_viewfieldoptions... OK  
 [BACKEND][2024-05-06 14:26:02]   Applying baserow_premium.0014_add_unique_constraint_viewfieldoptions... OK  
 [BACKEND][2024-05-06 14:26:02]   Applying baserow_premium.0015_delete_stale_fieldoptions... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying baserow_premium.0016_rowcommentsnotificationmode... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying baserow_premium.0017_aifield... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying builder.0006_alter_builderworkflowaction_event... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying builder.0007_logoutworkflowaction... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying builder.0008_form_validation_changes... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying builder.0009_element_visibility... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying builder.0010_remove_orphan_collection_fields...  
 [BACKEND][2024-05-06 14:26:03] Deleted 0  orphan collection fields  
 [BACKEND][2024-05-06 14:26:03]   
 [BACKEND][2024-05-06 14:26:03]  OK  
 [BACKEND][2024-05-06 14:26:03]   Applying builder.0011_inputtextelement_input_type... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying core.0082_remove_duplicate_workspace_invitation... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying core.0083_alter_workspaceinvitation_unique_together... OK  
 [BACKEND][2024-05-06 14:26:03]   Applying core.0084_settings_co_branding_icon_settings_co_branding_logo_and_more... OK  
 [BACKEND][2024-05-06 14:26:04]   Applying core.0085_workspace_generative_ai_models_settings... OK  
 [BACKEND][2024-05-06 14:26:04]   Applying database.0154_richtextfieldmention_and_more... OK  
 [BACKEND][2024-05-06 14:26:04]   Applying db.0001_initial... OK  
 [BACKEND][2024-05-06 14:26:05]   Applying integrations.0001_squashed_0011_initial... OK  
 [BACKEND][2024-05-06 14:26:05]   Applying integrations.0002_migrate_local_baserow_service_value_to_formulafield... OK  
 [BACKEND][2024-05-06 14:26:05]   Applying integrations.0003_migrate_local_baserow_table_service_filter_values_to_formulas... OK  
 [BACKEND][2024-05-06 14:26:05]   Applying integrations.0004_migrate_local_baserow_getrow_list_rows_search_query_to_formulas... OK  
 [BACKEND][2024-05-06 14:26:05]   Applying integrations.0005_add_localbaserowtableservicefilter_value_is_formula... OK  
 [BACKEND][2024-05-06 14:26:05]   Applying integrations.0006_migrate_local_baserow_table_service_filter_formulas_to_value_is_formula... OK  
 [BACKEND][2024-05-06 14:26:05]   Applying sessions.0001_initial... OK  
 [EXPORT_WORKER][2024-05-06 14:26:05] [2024-05-06 14:26:00,037: INFO/ForkPoolWorker-1] Task baserow.core.notifications.tasks.singleton_send_instant_notifications_summary_by_email[dbb59449-8443-4b29-b86d-5a9c094f920d] succeeded in 0.020067917997948825s: None  
 [BACKEND][2024-05-06 14:26:05] Submitting the sync templates task to run asynchronously in celery after the migration...  
 [BACKEND][2024-05-06 14:26:05] Created 188 operations...  
 [EXPORT_WORKER][2024-05-06 14:26:05] [2024-05-06 14:26:05,954: INFO/MainProcess] Task baserow.core.tasks.sync_templates_task[70b99b83-a67e-4c15-940f-b5ff2b76c0fb] received  
 [EXPORT_WORKER][2024-05-06 14:26:05] [2024-05-06 14:26:05,973: WARNING/ForkPoolWorker-1]   
 [BACKEND][2024-05-06 14:26:06] Deleted 0 un-registered operations...  
 [BACKEND][2024-05-06 14:26:06] Checking to see if formulas need updating...  
 [BACKEND][2024-05-06 14:26:06] 2024-05-06 14:26:06.020 | INFO     | baserow.contrib.database.formula.migrations.handler:migrate_formulas:167 - Found 0 batches of formulas to migrate from version None to 5.  
 [BACKEND][2024-05-06 14:26:06]   
 [BACKEND][2024-05-06 14:26:06] 0it [00:00, ?it/s]  
 [BACKEND][2024-05-06 14:26:06] Finished migrating formulas: : 0it [00:00, ?it/s]  
 [BACKEND][2024-05-06 14:26:06] Finished migrating formulas: : 0it [00:00, ?it/s]  
 [BACKEND][2024-05-06 14:26:06]   
 [BACKEND][2024-05-06 14:26:06] Syncing default roles:   0%|          | 0/7 [00:00<?, ?it/s]  
 [BACKEND][2024-05-06 14:26:06] Syncing default roles:  29%|β–ˆβ–ˆβ–Š       | 2/7 [00:00<00:00, 16.15it/s]  
 [BACKEND][2024-05-06 14:26:06] Syncing default roles: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 7/7 [00:00<00:00, 37.11it/s]  
 [BACKEND][2024-05-06 14:26:07] 2024-05-06 14:26:06.301 | INFO     | baserow.core.management.commands.locked_migrate:handle:44 - Migration complete, the migration lock has now been released.  
 [BACKEND][2024-05-06 14:26:07] [2024-05-06 14:26:07 +0000] [260] [INFO] Starting gunicorn 20.1.0  
 [BACKEND][2024-05-06 14:26:07] [2024-05-06 14:26:07 +0000] [260] [INFO] Listening at: http://127.0.0.1:8000 (260)  
 [BACKEND][2024-05-06 14:26:07] [2024-05-06 14:26:07 +0000] [260] [INFO] Using worker: uvicorn.workers.UvicornWorker  
 [BACKEND][2024-05-06 14:26:07] [2024-05-06 14:26:07 +0000] [503] [INFO] Booting worker with pid: 503  
 [BACKEND][2024-05-06 14:26:07] [2024-05-06 14:26:07 +0000] [504] [INFO] Booting worker with pid: 504  
 [EXPORT_WORKER][2024-05-06 14:26:07] Syncing Baserow templates. Disable by setting BASEROW_TRIGGER_SYNC_TEMPLATES_AFTER_MIGRATION=false.:   0%|          | 0/99 [00:00<?, ?it/s]  
 [EXPORT_WORKER][2024-05-06 14:26:07] [2024-05-06 14:26:07,443: WARNING/ForkPoolWorker-1]   
2024-05-06 14:26:07,443 INFO success: caddy entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,443 INFO success: caddy entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: postgresql entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: postgresql entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: redis entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: redis entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: backend entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: backend entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: celeryworker entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: celeryworker entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: exportworker entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: exportworker entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: webfrontend entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2024-05-06 14:26:07,444 INFO success: webfrontend entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
 [BACKEND][2024-05-06 14:26:07] [2024-05-06 14:26:07 +0000] [505] [INFO] Booting worker with pid: 505  
 [BACKEND][2024-05-06 14:26:07] Not configuring telemetry due to BASEROW_ENABLE_OTEL not being set.  
 [BACKEND][2024-05-06 14:26:07] Not configuring telemetry due to BASEROW_ENABLE_OTEL not being set.  
 [EXPORT_WORKER][2024-05-06 14:26:08] Syncing Baserow templates. Disable by setting BASEROW_TRIGGER_SYNC_TEMPLATES_AFTER_MIGRATION=false.:   1%|1         | 1/99 [00:01<02:24,  1.47s/it]  
 [EXPORT_WORKER][2024-05-06 14:26:08] [2024-05-06 14:26:08,515: WARNING/ForkPoolWorker-1]   
 [BACKEND][2024-05-06 14:26:08] Not configuring telemetry due to BASEROW_ENABLE_OTEL not being set.  
 [BACKEND][2024-05-06 14:26:08] 505|2024-05-06 14:26:08.833|INFO|baserow.core.telemetry.telemetry:setup_logging:72 - Logger setup.  
 [BACKEND][2024-05-06 14:26:08] 504|2024-05-06 14:26:08.841|INFO|baserow.core.telemetry.telemetry:setup_logging:72 - Logger setup.  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [505] [INFO] Started server process [505]  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [505] [INFO] Waiting for application startup.  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [505] [INFO] ASGI 'lifespan' protocol appears unsupported.  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [505] [INFO] Application startup complete.  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [504] [INFO] Started server process [504]  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [504] [INFO] Waiting for application startup.  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [504] [INFO] ASGI 'lifespan' protocol appears unsupported.  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [504] [INFO] Application startup complete.  
 [BACKEND][2024-05-06 14:26:08] 503|2024-05-06 14:26:08.870|INFO|baserow.core.telemetry.telemetry:setup_logging:72 - Logger setup.  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [503] [INFO] Started server process [503]  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [503] [INFO] Waiting for application startup.  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [503] [INFO] ASGI 'lifespan' protocol appears unsupported.  
 [BACKEND][2024-05-06 14:26:08] [2024-05-06 14:26:08 +0000] [503] [INFO] Application startup complete.  
 [BASEROW-WATCHER][2024-05-06 14:26:08] Waiting for Baserow to become available, this might take 30+ seconds...  
 [BASEROW-WATCHER][2024-05-06 14:26:08] =======================================================================  
 [BASEROW-WATCHER][2024-05-06 14:26:08] Baserow is now available at http://172.16.1.34:5467/  
 [EXPORT_WORKER][2024-05-06 14:26:13] Syncing Baserow templates. Disable by setting BASEROW_TRIGGER_SYNC_TEMPLATES_AFTER_MIGRATION=false.:   2%|2         | 2/99 [00:02<01:59,  1.24s/it]  
 [EXPORT_WORKER][2024-05-06 14:26:13] [2024-05-06 14:26:13,071: WARNING/ForkPoolWorker-1]   
 [BACKEND][2024-05-06 14:26:14] 127.0.0.1:34736 - "GET /api/_health/ HTTP/1.1" 200  
 [BACKEND][2024-05-06 14:26:14] 127.0.0.1:53272 - "GET /api/settings/ HTTP/1.1" 200  
 [BACKEND][2024-05-06 14:26:14] 127.0.0.1:53286 - "GET /api/settings/ HTTP/1.1" 200  
 [EXPORT_WORKER][2024-05-06 14:26:15] Syncing Baserow templates. Disable by setting BASEROW_TRIGGER_SYNC_TEMPLATES_AFTER_MIGRATION=false.:   3%|3         | 3/99 [00:07<04:24,  2.75s/it]  
 [EXPORT_WORKER][2024-05-06 14:26:15] [2024-05-06 14:26:15,481: WARNING/ForkPoolWorker-1]   
 [EXPORT_WORKER][2024-05-06 14:26:19] Syncing Baserow templates. Disable by setting BASEROW_TRIGGER_SYNC_TEMPLATES_AFTER_MIGRATION=false.:   4%|4         | 4/99 [00:09<04:08,  2.62s/it]  
 [EXPORT_WORKER][2024-05-06 14:26:19] [2024-05-06 14:26:19,715: WARNING/ForkPoolWorker-1]   
 [EXPORT_WORKER][2024-05-06 14:26:21] Syncing Baserow templates. Disable by setting BASEROW_TRIGGER_SYNC_TEMPLATES_AFTER_MIGRATION=false.:   5%|5         | 5/99 [00:13<05:00,  3.20s/it]  
 [EXPORT_WORKER][2024-05-06 14:26:21] [2024-05-06 14:26:21,752: WARNING/ForkPoolWorker-1]   
 [BACKEND][2024-05-06 14:26:22] 127.0.0.1:53296 - "GET /api/auth-provider/login-options/ HTTP/1.1" 200  
 [BACKEND][2024-05-06 14:26:22] WARNING 2024-05-06 14:26:22,247 django.request.log_response:241- Not Found: //api/user/   
 [EXPORT_WORKER][2024-05-06 14:26:23] Syncing Baserow templates. Disable by setting BASEROW_TRIGGER_SYNC_TEMPLATES_AFTER_MIGRATION=false.:   6%|6         | 6/99 [00:15<04:20,  2.80s/it]  
 [EXPORT_WORKER][2024-05-06 14:26:23] [2024-05-06 14:26:23,048: WARNING/ForkPoolWorker-1]   
 [BACKEND][2024-05-06 14:26:23] 172.16.0.89:0 - "POST //api/user/ HTTP/1.1" 404  
 [BACKEND][2024-05-06 14:26:23] WARNING 2024-05-06 14:26:23,681 django.request.log_response:241- Not Found: //api/user/   

Can you try setting BASEROW_PUBLIC_URL to a value without the forward slash at the end?

1 Like

That’s it, thank you so much, I was so puzzled :laughing: