1,208 questions
0
votes
0
answers
63
views
OTAA join fails for ESP32 node using RadioLib (IN865)
I’m trying to connect an ESP32 + SX1262 node to my ChirpStack 1.1 server in IN865 region using RadioLib (LoRaWAN 1.1 OTAA), but OTAA fails with error -1116 (RADIOLIB_ERR_NO_JOIN_ACCEPT).
Setup
ESP32 ...
0
votes
0
answers
23
views
On Apisix, my API request doesn't reach the target, but the http-logger plugin does. Why?
I am new on APISIX. I am struggling configuring a basic route.
I have configured an API target 192.168.224.130:3637 (which is an EAI waiting for HTTP request).
I have also configured a http-logger ...
0
votes
1
answer
102
views
Can't create an https listener in azure gateway with an azure app service certificate
Scenario and desired result: I have an azure gateway with a WAF associated and i'd like to include HTTPS calls. To do so, I've asked for a domain that has been registered and associated to an azure ...
0
votes
1
answer
180
views
Spring cloud gateway MVC routing
I have updated my spring boot project from 2.x to 3.x
I used to use zuul filters, which become deprecated and not usable.
My service is serve as a gateway proxy and also as a backend resource service ...
0
votes
1
answer
122
views
Azure (WAF) Redirect from Root URL somewhere inside the app
Let's say I have an app hosted at http://example.com. The problem is that, due to the way the app is configured, it returns a 404 error when accessed at the root URL. So, whenever a request is made to ...
0
votes
0
answers
37
views
Troubleshooting Device Visibility in ThingsBoard with RAK7289 Gateway and MQTT Integration
I am currently working on integrating a RAK7289 LoRaWAN gateway with ThingsBoard using MQTT for data transmission. While I have made significant progress, I am encountering an issue where the device ...
0
votes
1
answer
50
views
internal redirect when proxying a request from Spring Boot Gateway
Client (browser) -> Spring Boot Gateway throgh ngrok (https://dfsdfs-sds-prawn.ngrok-free.app -> http://localhost:8080) -> Spring Webflux APP (https://localhost:433)
Spring WebFlux app has a ...
0
votes
0
answers
56
views
Testing echecks payment method for Cybersource gateway
Does anyone know if there are bank routing, account that simulate a successful transactions for Cybersource secure acceptance? I have searched the docs and can only find successful payment credit card ...
1
vote
1
answer
230
views
How to Create a LoRa Gateway Using Jetson Orin (India-Specific Project)
I’m planning to create a LoRa gateway and I’d like to keep the setup as simple as possible. I’m currently using a Jetson Orin (but open to suggestions for other single-board computers). My goal is to ...
1
vote
0
answers
511
views
How to fix the import error of base_tool using CrewAI?
I’m trying to run my application through a gateway in an AWS Lambda. However, whenever I call the route, I get the following error:
[ERROR] Runtime.ImportModuleError: Unable to import module 'app': No ...
0
votes
0
answers
60
views
Automating WAF policy Azure App GW handling
We use the Application Gateway as reverse proxy for both internal and external websites. Network request exceptions often need to be made for different environments, and these are handled by the WAF. ...
1
vote
1
answer
56
views
Hyperledger Fabric Java SDK: Query Transaction Works, but Create Transaction Fails with Invalid Transaction Contract Exception
I am working on a Hyperledger Fabric application using the Java SDK to interact with a smart contract. My query transaction works perfectly, but when I attempt to execute a create transaction, it ...
1
vote
1
answer
446
views
Spring-Cloud-Gateway request-header filter not working
I want to remove the authorization-header in spring-cloud-gateway.
Its not possible to do this by spring docs, because the header is readonly. The following code throws an UnexpectedOperationException
...
2
votes
1
answer
457
views
AWS API Gateway integration response template mapping for step functions
I have been integrating express step functions to API Gateway endpoints and have run into an issue where I am returning following object
{
"statusCode":"500",
"body":{...
-1
votes
1
answer
96
views
Vespa visit 504 Gateway timeouts
I need to fetch couple million worth of records from Vespa. I am utilising vespa visit CLI command and --slice to have the data in manageable chunks. I have tried various slice sizes and but still ...
0
votes
1
answer
298
views
TLS Termination in K8S Gateway API (azure implementation) Resource?
we are in the process of setting up a Azure Application Gateway for Containers, which is an implementation of the k8s Gateway API.
I have been able to set up a working POC with TLS termination in the ...
0
votes
1
answer
178
views
Nodemailer, 504 Gateway Time-out
I am trying to get nodemailer to work. Locally everything works fine, but not online, not with my front-end and not with postman.co. If I send a request, it takes the origin many seconds to give up ...
0
votes
1
answer
244
views
Payment redirecct issues using sslcommerz
There is an issue with my code. After payment, it redirects here http://localhost:5173/order/$%7Border._id%7D' order?.\_id is not undefined. But Page displays an error; something like the: site can't ...
3
votes
1
answer
3k
views
Kong Routing: No Route Matched with those values for unknown reason
Very new to Kong here, and struggling with Kong routing. On version Kong 3.3.0.
I'm making a request from one machine to another, going through two gateways, one Nginx and the other Kong. The Kong ...
0
votes
1
answer
282
views
Does large request buffer size also use file upload limit buffers in Azure Gateway?
The version for our WAF rules is 3.1
But is the behavior in the below scenario accurate? Our app has no file upload use case nor capability to do so.
lets say a customer sends a request of 800KB body ...
0
votes
0
answers
218
views
What does it mean to have a 500 response code with the response detail stream_idle_timeout
I am maintaining multiple connections to my websocket server through envoy and I notice 500 errors.
The response detail for some of the 500 errors were ext_Auth_error and others is stream_idle_timeout....
1
vote
1
answer
524
views
Configuring PowerBI on-premise gateway for SQL Server
I've configured the PowerBI On-premise gateway and can see it in the PowerBI Settings in app.powerbi.com. I've created a connection using that connection with all the authentication information for ...
0
votes
2
answers
311
views
Sending SMS using HTTP requests
I need to integrate SMS into my web site. Could you share the gateway? It will be better if API includes several delivery channels and methods for multi-channel routing.
We can't continue using our ...
1
vote
0
answers
62
views
How does a jhipster-generated gateway uses hazelcast?
I plan to implement a brute-force prevention service in the gateway that saves the IPs with failed attempts into Hazelcast. However, I cannot find how Hazelcast is configured.
I chose Hazelcast as the ...
1
vote
1
answer
461
views
Spring Cloud Gateway. using + (plus) in the value of a query parameter
We are using Spring Cloud Gateway (MVC version) in front o a Rails service (let's call it mailbox) and are struggling when the value of a query parameter includes the + (plus) character. Here is an ...
0
votes
1
answer
192
views
Adding labels and annotations to gateway created loadbalacner
I am creating a gateway object and I want to add labels and annotations to the provided server.
---
apiVersion: gateway.networking.k8s.io/v1beta1
kind: Gateway
metadata:
name: obs-gateway
...
0
votes
0
answers
232
views
Joomla web site /administrator 504 Gateway Time-out nginx
I have a site that uses Joomla and that works correctly, at least on the public part because as soon as I want to access the admin part with the administrator I get a "504 Gateways Time-Out nginx&...
0
votes
1
answer
448
views
Issue with eventEmitter Communication Between Service and Gateway in Nestjs
currently I'm working on my project and encountered a specific issue. I can't figure out why eventEmitter isn't working between the service and the gateway. Here's a code example:
// chat.service.ts
...
0
votes
1
answer
180
views
Can not access https service via istio-ingress
I am new in istio. I try to configure istio ingress in k8s. But I can't access service via istio-ingress.
How can I configure istio ingress for service.
Problem
# curl https://192.168.4.241
curl: (7) ...
0
votes
0
answers
61
views
Using an enterprise service gateway with official c# MSAL libraries
We have a very enterprise specific issue.
At the moment when we want to acquire authentication tokens for MS graph requests, we are using the MSAL libraries so we don't have to re-implement all the ...
1
vote
1
answer
136
views
.NET 8 Application running on linux container CNG Cryptography is not supported on this platform
I have a Blazor application in .NET8 which uses the following code to Encrypt Credentials for a PowerBI datasource given a PowerBI gateway:
credentialDetails.EncryptedConnection = "NotEncrypted&...
0
votes
1
answer
66
views
Integrated API gateway with a lambda authorizer but when invoking it for allow policy it is returning Internal Server Error, for deny its working fine
This is the template I am using : https://github.com/devashish234073/cloud-experiments/blob/main/aws/cloudformations/lambda_api_gw_authorizer/lambda_api_gw_authorizer.yaml
When I am calling the api ...
1
vote
0
answers
86
views
Spring Boot + JWT - re-use token in other microservies
My architecture looks like this. I use a gateway to redirect requests to different microservices. I have an auth-service for JWT validation in gateway. In addition to the above there are two services: ...
0
votes
1
answer
330
views
How to route requests from a gateway resource in k8s that takes in UDP traffic?
Generally, what I do is, if it is tcp traffic, I create a virtualservice listening to the tcp gateway and route it to the correct host. like so -
apiVersion: networking.istio.io/v1beta1
kind: ...
1
vote
0
answers
167
views
More than the maximum allowed number of headers in Netty
Please advise how I can increase maximum allowed number of headers in Spring Cloud Gateway. The thing is that I have the following error message: "java.lang.IllegalStateException: More than the ...
1
vote
2
answers
5k
views
How to add Healthcheck endpoint to deploy openTelemetry collector behind GW in GKE?
I deployed open-telemetry collector on my GKE cluster and want to send it traces from browser app,
therefor I need to expose it behind GW ,
the GW require healthcheck endpoint that return an health ...
0
votes
1
answer
2k
views
Error when Refreshing Power BI Gateway - Mashup error
I have been experiencing a periodic refresh issue with multiple BI reports currently sitting on service. These are using gateways to pull data from either/or Analysis services or via a direct SQL ...
0
votes
0
answers
46
views
After payment my php site gets logged out, not comes to the payment success page
I am building a php website (https://demosite.tripura.gov.in/) where logged in users can do payment for some service. Now what happens is that, payment happens successfully (debit from bank) and as ...
0
votes
2
answers
560
views
Local get request -> Response Cache - Spring Cloud Gateway - non existent
I am trying to make my spring cloud gateway cache reponse bodies for certain get requests in specific path.
I have tried following this Spring Documentation on LocalResponseCache GatewayFilter Factory
...
1
vote
1
answer
1k
views
Spring Cloud Gateway MVC: unpredictable order of operation of custom filters
I am using Java21, Spring Boot 3.2 and spring-cloud-starter-gateway-mvc:4.1.1;
I am trying to port the gateway (webflux) to gateway-mvc and in the gateway I need to call the authorization service, ...
0
votes
1
answer
207
views
How to Conduct Stress/Load Testing for a Node.js Gateway with Requests from Different IP Addresses?
Learning and Implementing Gateways with Node.js
I am learning about gateways and working on their implementation using Node.js. One specific feature I am focusing on is rate limiting, which I intend ...
1
vote
0
answers
655
views
Using a separate Nginx Docker container as a Gateway between the frontend and backend for development
I'm learning to create complex projects that have a frontend and a backend. Currently no production. For this I try to use Docker containers. Python project using aiohttp. My idea is to make separate ...
1
vote
0
answers
60
views
Is it possible to detect an Ubiquiti UniFi Security Gateway with JavaScript?
Since the Ubiquiti UniFi Security Gateway has some very specific standard settings that cause problems on our website (which can also have a different reason), I would like to check with JavaScript if ...
0
votes
1
answer
114
views
why not seeing hybrid connection selection option in logic app workflow new connection configuration for sql get rows action
using azure logic app workflow sql getrows action and setting up a new connection that should use an already created and configured hybrid connection. I do not get the ui option to select the hybrid ...
1
vote
0
answers
110
views
Wrong location within 302 http redirect using spring cloud gateway
Pushing toggle button changes state of feature successfully but page is redirected to under gateway service endpoint what we are not expecting.
We are using togglz libraries below
org.togglz:togglz-...
0
votes
1
answer
328
views
Load balance between GCP bucket and GKE
I have an GKE cluster with "Gateway" and "Httproute" resources like this.
kind: Gateway
apiVersion: gateway.networking.k8s.io/v1beta1
metadata:
namespace: development
name: dev-...
0
votes
1
answer
617
views
API-gateway is giving "Resource not found " ERROR
i am doing pet project, with Eureka server - > Eureka Client(simple microservice with one route) and API gateway
@RestController
@RequestMapping("/main")
public class TestController {
...
1
vote
2
answers
919
views
Expose TCP port to external in a Container Capp
Thanks to the community help (link) I managed to setup a Container App connected to a Virtual Network and configure to open TCP port 25 to be externally accessible.
However I cannot connect to that ...
0
votes
1
answer
196
views
Sa-Token and Spring Gateway Conflict
Simultaneously using Spring Gateway and Sa-Token results in the service being unable to register with Nacos.
Removing either Gateway or Sa-Token allows the application to successfully register with ...
0
votes
0
answers
42
views
How connect prodaction postgersql server to project on locall?
I have running postgresql server on google cloud unbutu machine outside of docker container on 34.159.XX.XX ip. And also django project in docker container. I started django with docker-compose, but ...