updating to 7.2.2 did the job for me
Any word on this?
That worked! Thanks!
Any word on this?
So, is the abp suite cli broken? I just ran it. I did not change it afterwards.
Funny, I saw your forum comment before and tried this before, I figured it was fixed in the new update. I just did not replace all the styles. Now I did and it at least compiles the angular project. B
Project no longer errors out and does compile but it does not load the site. Not errors either.
I ended up getting this to work.
https://gist.github.com/muhammedaltug/8969dd3ea00e902b034c8a5743165248
I also get this issue when I try to specify a modul. I have to use the following syntax and specify the URL instead of the module name (where the URL is the one my micro-service) :
abp generate-proxy -t ng --url https://localhost:56691
I still get this error. I am wondering I created the microservice project with the name with a dot. "Baytech.Systems" maybe that is causing issues. (EDIT) Just tried the creating another project with Baytech as the name of the project without the .Systems, still same issue.