Page 1 of 1

Appgini with pure nginx, nothing happehs

Posted: 2019-03-02 21:26
by wemersonrv
Hello.

Just starting now with a new server, only has *nginx*, and when access app for first time, shows the default messa about not having a config file. It's fine!

But, when click to continue, nothing happens.

I don't know what to do here.

Environment: Ubuntu 18.04
Web Server: Nginx
PHP: 7.2.15

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-03 08:22
by mskuodas
Do you have mysql installed?

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 11:35
by wemersonrv
Yes i have.. if this was normal, will give me any warning about not found mysql. But nothing happens.

Looking in Dev Tools Console, i see a lot of warnings... a couple of files not found, including CSS and JS files... this is normal ?

Image

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 14:26
by mskuodas
Looks like that somewhere you did a misstake in config? Why it is http://sites.php ?

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 15:00
by wemersonrv
mskuodas wrote:
2019-03-04 14:26
Looks like that somewhere you did a misstake in config? Why it is http://sites.php ?
I don't create the config PHP... the app tell me it will create. But when click continue, it fails!

sites.php is my internal domain on my computer....

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 15:53
by mskuodas
I havent try such domain name on my localhost. But i think it could be the incorrect name? Does it work OK on other website from you server? Maybe try http://your_ip/...

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 16:31
by wemersonrv
mskuodas wrote:
2019-03-04 15:53
I havent try such domain name on my localhost. But i think it could be the incorrect name? Does it work OK on other website from you server? Maybe try http://your_ip/...
It' works fine in my server... each app i have a domain (vhost)... i this case, to test appgini i created this... The problem is not about that... i work this way more than 10 years...

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 17:11
by mskuodas
Are these red files all available in that catalog? Its says: Not found .

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 19:22
by wemersonrv
mskuodas wrote:
2019-03-04 17:11
Are these red files all available in that catalog? Its says: Not found .
The quick answer is: I don't know.

Because i just follow the instructions in video present in appgini home folde: Create mobile-friendly web applications instantly without writing any code: It's easier, faster and much less expensive. And generate the app... and copy ALL FILES GENERATED to my server folder and access it... and first screen as shown fine (for this point, server is working, or nothing will be shown)... But when click in page CONTINUE BUTTON... notting happens... this is the point i go to console and see these warning for missing files.

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 20:00
by mskuodas
Check your www /product_catalogue/resources/ folder. Maybe you added not all generated files ?

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 20:07
by wemersonrv
mskuodas wrote:
2019-03-04 20:00
Check your www /product_catalogue/resources/ folder. Maybe you added not all generated files ?
Checked·.. ALL FILES generated by appgini was in the folder... and the files warned in red are not present...

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 20:28
by mskuodas
Can you try to change theme in app? I just want to help you, its my guess. Maybe try generate app with other theme. And than replace/overwrite all files and try install again

Re: Appgini with pure nginx, nothing happehs

Posted: 2019-03-04 23:38
by wemersonrv
mskuodas wrote:
2019-03-04 20:28
Can you try to change theme in app? I just want to help you, its my guess. Maybe try generate app with other theme. And than replace/overwrite all files and try install again
Change theme works... The problem is with default boostrap theme.

Thank u.