I have downloaded SuiteCRM zip, installed it using â./bin/console suitecrm:app:install -vvv -u âadminâ -p âpasswordâ -U ârootâ -P âpasswordâ -H âlocalhostâ -N âsuitecrmâ -S âhttp://localhost/â -d âyesââ
after running âsymfony server:startâ, it opens on localhost:8000 and works well
but, when I run ânpm run build-devâ, it throws cors error in graphql api
also, when I start angular developement server using ânpm run ng s shellâ, it opens blank page and throws same cors error on graphql api.
please guide me to set it up on local environment with angular development server