deck9 / input

A privacy-focused, no-code, open-source form builder designed for simplicity and brand consistency.
https://getinput.co
GNU Affero General Public License v3.0
162 stars 27 forks source link

Quick-start deployment loads php_info only #97

Closed Tivin-i closed 1 year ago

Tivin-i commented 1 year ago

What happens: After launching quick start docker command http://localhost:8080 displays php_info. Expected: Application to load

Environment variables:

DB_CONNECTION=mysql DB_DATABASE=input DB_HOST=maria-db DB_USERNAME=username DB_PASSWORD=password

Log: 2023-06-18T07:48:26.255523150Z / 2023-06-18T07:48:37.675739639Z 2023-06-18T07:48:37.675799051Z INFO Preparing database. 2023-06-18T07:48:37.675802989Z 2023-06-18T07:48:37.687458746Z Creating migration table ......................................... 11ms DONE 2023-06-18T07:48:37.687487391Z 2023-06-18T07:48:37.694150463Z INFO Running migrations. 2023-06-18T07:48:37.694186420Z 2023-06-18T07:48:37.714780029Z 2014_10_12_000000_create_users_table ............................. 20ms DONE 2023-06-18T07:48:37.735429964Z 2014_10_12_100000_create_password_resets_table ................... 19ms DONE 2023-06-18T07:48:37.746818426Z 2014_10_12_200000_add_two_factor_columns_to_users_table .......... 10ms DONE 2023-06-18T07:48:37.767518566Z 2019_08_19_000000_create_failed_jobs_table ....................... 19ms DONE 2023-06-18T07:48:37.800304345Z 2019_12_14_000001_create_personal_access_tokens_table ............ 31ms DONE 2023-06-18T07:48:37.823913453Z 2020_05_21_100000_create_teams_table ............................. 22ms DONE 2023-06-18T07:48:37.848434743Z 2020_05_21_200000_create_team_user_table ......................... 23ms DONE 2023-06-18T07:48:37.896275354Z 2020_05_21_300000_create_sessions_table .......................... 46ms DONE 2023-06-18T07:48:37.938448084Z 2020_05_21_300000_create_team_invitations_table .................. 41ms DONE 2023-06-18T07:48:37.948728392Z 2020_08_14_000013_create_forms_table .............................. 9ms DONE 2023-06-18T07:48:37.958989313Z 2020_08_14_000015_create_form_blocks_table ........................ 8ms DONE 2023-06-18T07:48:37.967481462Z 2020_08_14_000016_create_form_block_interactions_table ............ 7ms DONE 2023-06-18T07:48:37.977336055Z 2020_08_14_000017_create_form_sessions_table ...................... 8ms DONE 2023-06-18T07:48:37.986559475Z 2020_08_14_000018_create_form_session_responses_table ............. 8ms DONE 2023-06-18T07:48:37.998876052Z 2022_02_25_130902_add_sequence_attribute_to_block_interactions ... 11ms DONE 2023-06-18T07:48:38.011218217Z 2022_04_18_161449_add_submit_settings_to_form_table .............. 11ms DONE 2023-06-18T07:48:38.023839569Z 2022_04_18_185925_add_webhook_submit_status_to_session ........... 11ms DONE 2023-06-18T07:48:38.036012473Z 2022_04_29_203741_add_append_params_attribute_to_form ............ 11ms DONE 2023-06-18T07:48:38.228408581Z 2022_05_13_115844_add_foreign_key_constraints_to_all_database_tables 191ms DONE 2023-06-18T07:48:38.239940904Z 2022_06_18_214820_add_options_to_interactions .................... 10ms DONE 2023-06-18T07:48:38.252356148Z 2022_08_30_135134_add_background_image_field_to_form_table ....... 11ms DONE 2023-06-18T07:48:38.265456655Z 2022_08_31_100231_add_language_field_to_forms_table .............. 12ms DONE 2023-06-18T07:48:38.284007042Z 2022_09_02_234025_change_reply_to_message ........................ 17ms DONE 2023-06-18T07:48:38.330459650Z 2022_09_05_201129_fix_foreign_key_delete_cascades ................ 45ms DONE 2023-06-18T07:48:38.341227900Z 2022_10_14_194933_add_form_progress_attribute_to_forms ............ 9ms DONE 2023-06-18T07:48:38.352090217Z 2022_10_15_092129_add_is_required_field_to_form_block ............ 10ms DONE 2023-06-18T07:48:38.364948337Z 2022_12_10_161500_add_color_fields_to_forms ...................... 12ms DONE 2023-06-18T07:48:38.374429304Z 2022_12_27_192226_add_system_name_and_disabled_field_to_interactions 8ms DONE 2023-06-18T07:48:38.408765054Z 2023_01_20_195047_change_has_parent_interaction_attribute_name ... 33ms DONE 2023-06-18T07:48:38.445962520Z 2023_03_29_232731_create_form_webhooks_table ..................... 35ms DONE 2023-06-18T07:48:38.457477782Z 2023_03_30_101358_update_sanctum_table ........................... 10ms DONE 2023-06-18T07:48:38.514972227Z 2023_04_07_173653_create_form_session_webhooks_table ............. 55ms DONE 2023-06-18T07:48:38.527744144Z 2023_04_08_214018_add_cta_append_session_id ...................... 11ms DONE 2023-06-18T07:48:38.539360657Z 2023_05_04_164410_add_cta_redirect_fields_to_forms_table ......... 10ms DONE 2023-06-18T07:48:38.552776030Z 2023_06_01_192043_add_disabled_field_to_form_blocks .............. 12ms DONE 2023-06-18T07:48:38.570481681Z 9999_99_99_999999_set_autoincrement_values ....................... 16ms DONE 2023-06-18T07:48:38.571684404Z 2023-06-18T07:48:38.706914826Z 2023-06-18 07:48:38,706 INFO supervisord started with pid 10 2023-06-18T07:48:39.709728027Z 2023-06-18 07:48:39,709 INFO spawned: 'nginx' with pid 11 2023-06-18T07:48:39.711604744Z 2023-06-18 07:48:39,711 INFO spawned: 'php-fpm' with pid 12 2023-06-18T07:48:39.736346791Z [18-Jun-2023 07:48:39] NOTICE: fpm is running, pid 12 2023-06-18T07:48:39.736380125Z [18-Jun-2023 07:48:39] NOTICE: ready to handle connections 2023-06-18T07:48:40.737645821Z 2023-06-18 07:48:40,737 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2023-06-18T07:48:40.737679554Z 2023-06-18 07:48:40,737 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2023-06-18T07:48:46.437719887Z 10.0.1.18 - - [18/Jun/2023:07:48:46 +0000] "GET / HTTP/1.0" 200 11610 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57" "xxx.xxx.xxx.xxx" 2023-06-18T07:48:51.103098458Z 10.0.1.18 - - [18/Jun/2023:07:48:51 +0000] "GET / HTTP/1.0" 304 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57" "xxx.xxx.xxx.xxx"

Screenshot 2023-06-18 at 3 51 30 PM

PhilReinking commented 1 year ago

@Tivin-i thx very much for reporting. This should be fixed in the next release that is building right now :)

Tivin-i commented 1 year ago

Thank you, confirmed it is all working.