chrisleekr / yii2-angular-boilerplate

Yii2 REST API + Angular 12 Boilerplate (Frontend/Backend)

Home Page:https://yam-boilerplate.chrislee.kr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login error

2E5 opened this issue · comments

commented

Hey,

This project is really great, I'm appreciate you put it online.

  1. I fund a small error on API.
    Path: \api\vendor\bower-asset did't exist.
    I had to change folder name bower-asset --> bower and now it working correct.

  2. When i try to login or register for any account on Frontend or Backend, appears the communique "[object Object]" :

backend
api

This is my project: https://wetransfer.com/downloads/8888e95e63e95420a5d03d40cbabb28c20171218113942/49b46cf6168a75df5e8adcc24f095aaf20171218113942/3232f3

I would be very grateful if you could help me fix it.

Thx Pawel

when i try to register or to enter admin panel it shows this error

Sorry, there was a connection error occurred. Please try again.

Hi @2E5,
Sorry for late reply.

  1. Have you run the command composer install or composer update to install packages?

  2. Can you open the console panel in the browser and let me know with the error message?

Hi @MusayevKamran

It means, Angular frontend was not able to access to API.

Have you configured the API correctly?