You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I try to install and running flasklogin-tutorial on Cpanel (OS: CentOS 7). I can install but I can't running. I found the message from error log, please see below
Could not spawn process for application /path/to/folder: The application process exited prematurely.
App 27223 output: File "/path/to/folder/flask_login_tutorial/assets.py
App 27223 output: File "/path/to/folder/flask_login_tutorial/init.py", line 23, in create_app
App 27223 output: File "/path/to/folder/wsgi.py", line 4, in
App 27223 output: File "/path/to/folder/passenger_wsgi.py", line 3, in
I don't know how to solve the problem, please help me.
The text was updated successfully, but these errors were encountered:
Hey, you're supposed to replace /path/to/folder/ with the actual path to your folder 😜. If you're not sure what path you've cloned this repo to, type pwd in your console to find your current path.
Hello, I try to install and running flasklogin-tutorial on Cpanel (OS: CentOS 7). I can install but I can't running. I found the message from error log, please see below
Could not spawn process for application /path/to/folder: The application process exited prematurely.
App 27223 output: File "/path/to/folder/flask_login_tutorial/assets.py
App 27223 output: File "/path/to/folder/flask_login_tutorial/init.py", line 23, in create_app
App 27223 output: File "/path/to/folder/wsgi.py", line 4, in
App 27223 output: File "/path/to/folder/passenger_wsgi.py", line 3, in
I don't know how to solve the problem, please help me.
The text was updated successfully, but these errors were encountered: