Connection Refused Error
There is no change in the repo.
I just download it and unzip it.
Flutter run key commands.
r Hot reload. 🔥🔥🔥
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).
A Dart VM Service on iPhone 16 is available at: http://127.0.0.1:54088/Q6BxkThVZy8=/
The Flutter DevTools debugger and profiler on iPhone 16 is available at: http://127.0.0.1:9101?uri=http://127.0.0.1:54088/Q6BxkThVZy8=/
flutter: list==========================[{screenID: 1, ScreenName: WalkThroughScreen, keyword_data: [{screenId: 1, keyword_id: 1, keyword_name: skip, keyword_value: Skip}, {screenId: 1, keyword_id: 2, keyword_name: getStarted, keyword_value: Get started}, {screenId: 1, keyword_id: 3, keyword_name: walkThrough1Title, keyword_value: Select pickup location}, {screenId: 1, keyword_id: 4, keyword_name: walkThrough2Title, keyword_value: Select drop location}, {screenId: 1, keyword_id: 5, keyword_name: walkThrough3Title, keyword_value: Confirm and relax}, {screenId: 1, keyword_id: 6, keyword_name: walkThrough1Subtitle, keyword_value: It helps us to get package from your doorstep..}, {screenId: 1, keyword_id: 7, keyword_name: walkThrough2Subtitle, keyword_value: So that we can deliver the package to the correct person quickly.}, {screenId: 1, keyword_id: 8, keyword_name: walkThrough3Subtitle, keyword_value: We will deliver your package on time and in perfect condition.}]}, {screenID: 2, ScreenName: Spla<…>
flutter: final list length finallist58
flutter: {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*"}
flutter: URL: http://localhost/api/:8000language-table-list?version_no=
flutter: ---------------------------Connection refused
flutter: Something went wrong.
flutter: {"content-type":"application/json; charset=utf-8","cache-control":"no-cache","accept":"application/json; charset=utf-8","Access-Control-Allow-Headers":"*","Access-Control-Allow-Origin":"*"}
flutter: URL: http://localhost/api/:8000register
flutter: Request: {name: Sh, username: sh@123.com, user_type: delivery_man, contact_number: +65 83552027, email: sh@123.com, password: 20010217, player_id: cf609d2d-8ffa-41fd-a880-924c59f7b2ab}
flutter: ---------------------------Connection refused
flutter: Something went wrong.
Asked 2 months ago on February 27, 2025 4:47 AM Comments 17 times
MeetMighty replied 2 months ago on February 27, 2025 6:34 AM
jecky@gmail.com
12345678
Mighty Support
SIMTech POM replied 2 months ago on February 27, 2025 6:25 AM
If you are afraid of lekaging this information.
You can send it to my email:
e1221805@u.nus.edu
SIMTech POM replied 2 months ago on February 27, 2025 6:16 AM
Any account is fine. Yes, I need driver boy account for testing.
Now, I don't have enough time to get authenticated.
MeetMighty replied 2 months ago on February 27, 2025 6:09 AM
do you need our user account?
Mighty Support
SIMTech POM replied 2 months ago on February 27, 2025 6:08 AM
Can you give me an authenticated test user account for this mobile app.
I am busy testing.
Please
MeetMighty replied 2 months ago on February 27, 2025 6:05 AM
go to codecanyon donwload section and you see "download button" download it
Mighty Support
SIMTech POM replied 2 months ago on February 27, 2025 6:04 AM
Where is the latest code of the version?
There is no useful information in the ticket "update code".
MeetMighty replied 2 months ago on February 27, 2025 6:02 AM
Dowbload latest code and try it. update backend code and mobile app
Mighty Support
SIMTech POM replied 2 months ago on February 27, 2025 6:00 AM
Version 27.0 - 10 Feb 2025
How can I get authenticated?
SIMTech POM replied 2 months ago on February 27, 2025 5:55 AM
Redownloading will get me the latest code?
MeetMighty replied 2 months ago on February 27, 2025 5:55 AM
For security reasons, we use encryption to avoid unauthenticated users.
For update code you can check it here: https://docs.meetmighty.com/mighty-delivery/#app-updates
Mighty Support
SIMTech POM replied 2 months ago on February 27, 2025 5:52 AM
What folder should I update. Because configuring the environment is very troblesome.
MeetMighty replied 2 months ago on February 27, 2025 5:51 AM
Do you use latest source code?
Mighty Support
SIMTech POM replied 2 months ago on February 27, 2025 5:47 AM
I changed the Constant.dart file to your original one
Then the services are not working. Do u know why?
flutter: Request: {name: Sh, username: sh@123.com, user_type: client, contact_number: +65 83552057, email: sh@123.com, password: 20010217, player_id: cf609d2d-8ffa-41fd-a880-924c59f7b2ab}
flutter: Response (HttpMethod.POST): https://meetmighty.com/mobile/delivery-admin/api/register 404 {
"message": ""
}
MeetMighty replied 2 months ago on February 27, 2025 5:30 AM
Still, your domain URL is wrong.
const DOMAIN_URL = "http://localhost"; to change this const DOMAIN_URL = "http://localhost:8000";
Mighty Support
SIMTech POM replied 2 months ago on February 27, 2025 5:20 AM
//region App name
MeetMighty replied 2 months ago on February 27, 2025 4:54 AM
Hi,
Please share constant.dart file. you have added wrong URL
Mighty Support