User Login: login.php?status not found

Hi,

I want to implemant the login user in my project.
I read your documentation and also downloaded the demo:
Plugins - Webix Jet and

After installing the node module and started the project, I have this following error in the Dev Console on Google Chrome:

http://localhost:8080/server/login.php?status

I can’t find where the problem is. Did I miss something in the doc/example ?

Thanks

Best regards

Do you plan to use PHP or some other server side?

When testing on localhost, php is not working, since there is no server running. But if you build your app and copy it to a live remote server with php installed, it works.
I’m also just starting to use npm for development, and are also having big problems, how to set up npm, Vscode editor and webix jet app with php/mysql backend to be able to easy develop and test my app.
It’s really inconvenient if I’d have to build and copy files to live remote server, just to test if it works… Is there any other way? I’ve installed php on my local machine and set it up in Vscode, but I’m still unable to test webix jet app with php locally (on localhost). I suppose I’d have to run somekind of a separate php local server also? It’s just a pain in the … :slight_smile:

This is the error:
[HPM] Error occurred while trying to proxy request /server/login.php?status from localhost:8080 to http://localhost/webix/jet/jet-start/ (ECONNREFUSED) (Errors | Node.js v17.0.0 Documentation)

[SOLVED]: I’ve installed PHP Server plugin for VSCode and run my app with this plugin instead of npm and it works now on localhost…