Appgini with pure nginx, nothing happehs

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
User avatar
wemersonrv
Posts: 12
Joined: 2015-09-08 13:43

Appgini with pure nginx, nothing happehs

Post by wemersonrv » 2019-03-02 21:26

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

mskuodas
Posts: 22
Joined: 2018-12-16 19:53
Location: Lithuania
Contact:

Re: Appgini with pure nginx, nothing happehs

Post by mskuodas » 2019-03-03 08:22

Do you have mysql installed?

User avatar
wemersonrv
Posts: 12
Joined: 2015-09-08 13:43

Re: Appgini with pure nginx, nothing happehs

Post by wemersonrv » 2019-03-04 11:35

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

mskuodas
Posts: 22
Joined: 2018-12-16 19:53
Location: Lithuania
Contact:

Re: Appgini with pure nginx, nothing happehs

Post by mskuodas » 2019-03-04 14:26

Looks like that somewhere you did a misstake in config? Why it is http://sites.php ?

User avatar
wemersonrv
Posts: 12
Joined: 2015-09-08 13:43

Re: Appgini with pure nginx, nothing happehs

Post by wemersonrv » 2019-03-04 15:00

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....

mskuodas
Posts: 22
Joined: 2018-12-16 19:53
Location: Lithuania
Contact:

Re: Appgini with pure nginx, nothing happehs

Post by mskuodas » 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/...

User avatar
wemersonrv
Posts: 12
Joined: 2015-09-08 13:43

Re: Appgini with pure nginx, nothing happehs

Post by wemersonrv » 2019-03-04 16:31

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...

mskuodas
Posts: 22
Joined: 2018-12-16 19:53
Location: Lithuania
Contact:

Re: Appgini with pure nginx, nothing happehs

Post by mskuodas » 2019-03-04 17:11

Are these red files all available in that catalog? Its says: Not found .

User avatar
wemersonrv
Posts: 12
Joined: 2015-09-08 13:43

Re: Appgini with pure nginx, nothing happehs

Post by wemersonrv » 2019-03-04 19:22

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.

mskuodas
Posts: 22
Joined: 2018-12-16 19:53
Location: Lithuania
Contact:

Re: Appgini with pure nginx, nothing happehs

Post by mskuodas » 2019-03-04 20:00

Check your www /product_catalogue/resources/ folder. Maybe you added not all generated files ?

User avatar
wemersonrv
Posts: 12
Joined: 2015-09-08 13:43

Re: Appgini with pure nginx, nothing happehs

Post by wemersonrv » 2019-03-04 20:07

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...

mskuodas
Posts: 22
Joined: 2018-12-16 19:53
Location: Lithuania
Contact:

Re: Appgini with pure nginx, nothing happehs

Post by mskuodas » 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

User avatar
wemersonrv
Posts: 12
Joined: 2015-09-08 13:43

Re: Appgini with pure nginx, nothing happehs

Post by wemersonrv » 2019-03-04 23:38

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.

Post Reply