akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

Backend not tied with frontend #58

Closed Nerkyator closed 4 years ago

Nerkyator commented 4 years ago

I've just bought the flask bundle but there is something strange. I don't understand how frontend and backend are supposed to be connected. On sign-up route in controllers.py I can clearly see that if I try to register with an already existent email it will return the User with this email already exists but this will never happen. I can register countless times with same email because in the database no user is inserted. If I place a breakpoint on the route method I can clearly see that it is never reached because no one calls that API. I can't find any configuration file pointing to the backend. Am I missing something?

Nerkyator commented 4 years ago

My fault. Shame on me!