antosubash / blog-comments

MIT License
0 stars 0 forks source link

posts/netcore-microservice-with-abp-yarp-and-tye-part-7 #14

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Yarp and Tye - .NET Microservice with ABP - Part 7

In this post we will see how to create a reverse proxy with Yarp and integrate Tye for our microservice application

https://blog.antosubash.com/posts/netcore-microservice-with-abp-yarp-and-tye-part-7

nelsonad commented 2 years ago

Hi Anto, I followed up to this point with success but my gateway is returning a 502 error. Do you have any thoughts why that would happen? Things look correct compared to your GitHub repo.

Thanks

nelsonad commented 2 years ago

I found the issue looking at the logs in the Tye dashboard, it was related to untrusted SSL certs.

I was able to fix the issue after trusting the certs using the following commands:

dotnet dev-certs https --clean dotnet dev-certs https --trust

duyan11110 commented 1 year ago

Hi Anto, I use YARP but have a problem described here: https://stackoverflow.com/questions/75483090/yarp-not-forward-devexpress-datasourceloadoptions-parameter-to-back-end-api Do you have any experience about that?