LMAO
Active member
can you help me install cpanel? I'm really frustrated it didn't work from yesterdaybut it was working fine before update 1.3
can you help me install cpanel? I'm really frustrated it didn't work from yesterdaybut it was working fine before update 1.3
can you help me install cpanel? I'm really frustrated it didn't work from yesterday
1. Replace the new upload file in V1.3/ file => host file.can you help me install cpanel? I'm really frustrated it didn't work from yesterday
same error not build apk1.
1. Replace the new upload file in V1.3/ file => host file.
2. Cpanel > phpMyAdmin > import: V1/3 sql /deposit_methods.sql
=> DONE
Important Points :
1. Php version 8.1 required
2. tested on cpanel so cpanel req.
3. PHP Extensions must be enabled as shown in image https://prnt.sc/L6lTyzKDLyat
4. Do not install on subdomain or directory (always use main domain public_html)
5. disable all the payment methods by entering value1 = publickey & value2 = secret key
6. Do not change siteurl from http://localhost:8080/#/
7. Create atleast 1 plan of any amount
8. if you are not going to use as SAAS no need to setup payment methods otherwise skip step 5
9. use keystore explorer to create keystore - given keystore work if you want for testing - https://babiato.tech/threads/flangapp-saas-online-app-builder-from-website.62650/post-915602
10. First create app from admin or user account than it will show insufficient error than goto phpmyadmin > apps > find app name > edit > balance > enter 1 or 5 whatever balance you want to assign
11. Rename install.php to anything located at "backend/app/controllers/install"
12. create crone job per minute settings "curl -s https://demo.com/backend/api/observe/cron"
13. make sure .env file have this type of url app.baseURL = 'https://domain.com/backend/'
jwt.site.issuer = https://domain.com/backend/
jwt.site.audience = https://domain.com/backend/
end with slash "/"
you can check this points till i create video.
thank you @LMAO @camilo @ameypangaonkar
i am using cloudflare so there is no issuesame error. Any solution?
Is your domain protected by Cloudflare?
great i tried on sub domain before so got an errorThank you: @maxpayneinfo
Tested again step by step, the result is OK.
Logo error: => according to item 13.
Item 4 => Setup on subdomain works OK.
At codemagic Build status badge is showing unknown...
Is this can be the reason for this error?
yes1.3 ?
Me too, after installing V.13. Update SQL will be over.
try to discuss with me. maybe i can help https://t.me/installflangappsHi
Can someone can say how to create the github token with good authorisations ?
Message when try to create new app:
"Couldn't get a hash for the updated version"
It seems its problem with app/libraries/github.php
Line 31 public function create_branch(string $name): array
Line 252 private function get_sha_repo(): array
Thanks a lot![]()
Check backend/.env put / behind url. It should yoururl.com/backend in the url.Your app not generated successfully click on 3 dots > view builds > you will get an error http notification or maybe flutter build exit 1 in red.
also codemagic have identification of app status by color code you see green means success, red means failed etc.
At codemagic Build status badge is showing unknown...
Is this can be the reason for this error?
Fixed: just migrate master branch to main in Github