didin1453fatih/dbdesigner.id

Error 500 when starting

Closed this issue · 4 comments

Hi,

I encounter this problem when running npm run serve on the web interface :
image

Endpoint : http://localhost:8081/back-office/api/v1/account/read
Error : Proxy error: Could not proxy request /back-office/api/v1/account/read from localhost:8081 to http://localhost:81 (ECONNREFUSED).

Thanks for the help

Looks like the backend is missing as there is no src for /back-office/ in the github project. I presume it is the https://github.com/didin1453fatih/dbdesigner_app_stack project you need... but there seem to be code missing there. Like references to ./mukmin/index.js (.gitignore has mumkin in it)

Thanks @gramlin, so there's no workaround ? This project is unusable ?

@flavienbwk @gramlin This is problem in backend. and this directory place in another sub module repo. Now i was refactoring this repository structure to be easy to clone and run in your private server. I change database from mysql to be sqlite for easy instalation.

image

Great. Thanks! :)