Activities of "gterdem"

Please check https://docs.abp.io/en/commercial/latest/startup-templates/application/deployment-docker-compose?UI=MVC&DB=EF&Tiered=No

I created new questions over your forms, I still couldn't reproduce any problem.

I've sent you the screen recording.

Can you also try to update your application to version 7.2.2 or create a new project and try to reproduce it?

I can try to test it if you can provide the database script or add those data in DataSeeder, I need to reporduce it to diagnose.

I couldn't reproduce the problem.

I've sent a screen recording about my testing. If the form item is deleted before adding a new question, it can be the reason for the error.

Let me know if there are any specific steps to reproduce the problem.

apis: {
    default: {
      url: 'https://flyguys-apim-dev-eus.azure-api.net', // Should be the API gateway
      rootNamespace: 'NVC.Flyguys',
    },

The default api should be the gateway. Others used for generating the static proxies. Try these steps:

  1. Check if the static proxies are generated correctly.
  2. Follow the request log to the gateway if the gateway receives the request.
  3. If the gateway receives the request but can not find the downstream; you should configure the downstreams with the suffix as how it can find.
  4. If the gateway doesn't receive the request, check the default route and the static proxy generation again.

This seems related to SQL Server, not ABP. Perhaps there might be a time-out duration in SQL server that breaks the connection based on long running queries. Need to check with SQL-Server configurations.

You can also check this SO answer.

Hello, Can you share your project with galip.erdem@volosoft.com so I can take a look at?

Re-opening the issue again. I've sent an email but couldn't receive any reply about it.

I could not run the solution you've sent because of azure nuget source.

Can you help me to understand the problem better; is the file sending working when you deploy to a server but it is not working on the local server?

We are able to comunicate via HttpClient from our remote application but one off this service need to recevie file. Before move from 5.3.1 to 7.1.x this method works fine via gateway now it's broken.

The problem seems to be related to the client proxy. We moved to static client proxies after v7.0 that you may want to look at.

If it is about the file size, you may also want to check this ocelot issue about how to fix it.

We can also arrange an online meeting where you can explain the problem in more detail so I can try to help you better.

Re-opening the issue, the problem is not solved yet.

Can you share the project to galip.erdem@volosoft.com

Showing 91 to 100 of 867 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30