-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend showing directory listing, not app #28
Comments
It sounds like the backend isn’t running. If the backend was serving / it would at least render a blank page. Do you have uwsgi and nginx set up or some similar combo ? |
@mosen @quilombodigital
|
The typescript errors should be ignored, it should still produce something regardless. I'll take a look but i think npm start wont produce static assets, only npm run build |
@mosen
|
@chiragc-itpath @quilombodigital - I have run into the same situation. @mosen Is there any update on this issue? The webpack server starts at port 4000 but it gives directory listing and in that directory, ui director, there's no entry point (index.html). It is in commandment/static folder. |
And I was able to get the front-end working by serving the commandment/static folder using python SimpleHTTPServer. How can we change that? |
When I start the frontend, it shows the directory listing, not the application.
I dont know if this is related, but the log shows this error:
Any idea how to solve this issue?
The text was updated successfully, but these errors were encountered: