Hi,
The Angular app works on client's browser, so it can't access your backend using a localhost address. If you use localhost, it will try to access it on client's computer.
Hi @otoarenacom
Could you send an email to info@aspnetzero.com about this problem, we will assist you via email.
Thanks,
Hi @otoarenacom
Can we access your app on the server ? Can you send its URL to info@aspnetzero.com ?
Thanks,
Hi @hra
Thank you for sharing your concerns. These type of errors happened in the past and in such a software tool they will probably continue to happen. But, I think our team fixes those problems as fast as possible and we are trying to provide solutions. So, what I can say is that, we haven't decreased the development speed in AspNet Zero in the last 4-5 years.
For the last error you are getting, as I can see, we don't have this package anymore. Could you try removing node_modules
folder, package-lock.json
file (if exists), yarn.lock
file and then install dependencies using yarn command and see if it works ?
Hi @DanielNikolic
Did you solve this issue ? As far as I can see, client side directly calls the DevExpress controller. I have tried several things like increasing the request body size and running the project with kestrel but both didn't help.
Did you report this to DevExpress ?
Hi @mittera
Thank you for sharing the solution :)
Hi @ictadmin
Do you use MVC or Angular ?
Hi,
You are right. I have created an issue and we will release a version in a short time. Please follow https://github.com/aspnetboilerplate/aspnetboilerplate/issues/7119
Hi @hra
Yes, I see those classes, we missed them somehow. You can create a Schema Filter and hide any type you want, see https://github.com/domaindrivendev/Swashbuckle.AspNetCore?tab=readme-ov-file#schema-filters
Hi @pliaspzero
Do you use NGINX in your Azure - App Service - LINUX environment ?