Project 'podlibre/castopod' was moved to 'adaures/castopod'. Please update any links and bookmarks that may still have the old path.
bug: install wizard goes to http://localhost:8080/
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Benjamin Bellamy created branch
53-bug-install-wizard-goes-to-http-localhost-8080
to address this issuecreated branch
53-bug-install-wizard-goes-to-http-localhost-8080
to address this issue - Author Owner
Steps to reproduce on local:
docker-compose run --rm app php spark migrate:rollback
docker-compose run --rm app php spark migrate -all
docker-compose run --rm app php spark db:seed AppSeeder
- Empty
.env
:
CI_ENVIRONMENT = development
- Empty cache
- Edit
app/Config/App.php
line 25:
public $baseURL = 'http://169.254.0.1:8080/';
- Go to http://localhost:8080/cp-install NB: source code shows:
<form action="http://localhost:8080/cp-install/database-config" class="flex flex-col max-w-sm w-full" autocomplete="off" method="post" accept-charset="utf-8">
- Fill the fields:
- http://localhost:8080/
- cp-admin
- cp-auth
- Click "Next
" - BAM:
Unable to connect Firefox can’t establish a connection to the server at 169.254.0.1:8080. The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
- Go back to http://localhost:8080/cp-install : You're on step 2 "Database configuration" :-/
Edited by Benjamin Bellamy - Yassine Doghri added Doing label
added Doing label
- Maintainer
For reproducing steps, no need to edit the
app/Config/App.php
file. You can just add the config value to.env
directly as it takes precedence:CI_ENVIRONMENT = development app.baseUrl="http://169.254.0.1:8080/"
Edited by Yassine Doghri - Yassine Doghri mentioned in commit 42947225
mentioned in commit 42947225
- Yassine Doghri mentioned in merge request !58 (merged)
mentioned in merge request !58 (merged)
- Yassine Doghri closed via commit f186dd8e
closed via commit f186dd8e
- Yassine Doghri removed Doing label
removed Doing label
- Yassine Doghri assigned to @yassine
assigned to @yassine
- Yassine Doghri mentioned in commit 8e19abd4
mentioned in commit 8e19abd4
- Yassine Doghri mentioned in commit 2426af7d
mentioned in commit 2426af7d
- Yassine Doghri mentioned in commit 011a3319
mentioned in commit 011a3319
- Yassine Doghri mentioned in commit f3d005b4
mentioned in commit f3d005b4
- Yassine Doghri mentioned in commit 37efd31c
mentioned in commit 37efd31c
- Yassine Doghri mentioned in commit 24bf214c
mentioned in commit 24bf214c
- Yassine Doghri mentioned in commit f877172d
mentioned in commit f877172d
- Yassine Doghri mentioned in commit d25aaf57
mentioned in commit d25aaf57
- Yassine Doghri mentioned in commit 551f3eb6
mentioned in commit 551f3eb6
- Yassine Doghri mentioned in commit be8ec094
mentioned in commit be8ec094
- Yassine Doghri mentioned in commit e6f1f6fc
mentioned in commit e6f1f6fc
Please register or sign in to reply