Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [wso2-choreo]

The tag has no usage guidance.

0 votes
0 answers
24 views

frontend deployment of provided url on choreo wso2 failure

In fact, i hosted my frontend and backend on choreo wso2, after building and deploying(development not production) when i tried the provided https url i got: This site can’t be reached The connection ...
Gustave Lemi's user avatar
0 votes
0 answers
21 views

Can I deploy my docker backend , node image and mysql image which will use docker-compose.yml to build container ON CHOREO?

I have created an docker-compose.yml file to create both my node and mysql images without using seprate database service . version: '3' services: backend: build: ./backend command: sh -c "sleep ...
Shamal's user avatar
  • 1
0 votes
2 answers
61 views

Ensure USER is set to a value between 10000 and 20000

I am trying to deploy an React application using Docker build in Choreo. I am using the example Docker file: FROM node:18-alpine # Build arguments for user/group configurations ARG USER=asgusr ARG ...
Anupam Gogoi's user avatar
1 vote
1 answer
104 views

How to add python modules in WSO2 Choreo

I'm trying to create a scheduled task in WSO2 Choreo. I have written a python script for this. When I build and run the Python script i'm getting below error in Choreo 2024-02-21T05:34:10.5261302Z /...
Atix's user avatar
  • 21
0 votes
0 answers
27 views

Consuming a service with Basic Auth through API proxy

I'm in the process of testing access to a basic service deployed on Choreo, which is secured with authorization. I've set up an API proxy for the service on Choreo, and I possess multiple API keys for ...
Tharindu Udupitiya's user avatar
0 votes
2 answers
35 views

I can't push my commits to my Github repository in Choreo

Created an API by giving a Github repository in Choreo, and edited the code. After that, committed the code. When executing git push, it asks for the username and password. After pressing enter, an ...
Nadeeshan Dissanayake's user avatar
1 vote
0 answers
32 views

No file or directory - when tried to navigate to a page

When I tried to navigate, i found that, no page was available I tried to deploy react webpage in Choreo (powered by WSO2) using the docker file. The website is working. But I am not able to navigate ...
Vithursan Thevendran's user avatar
1 vote
1 answer
134 views

What is the difference between Choreo Internal Developer Platform Profile and Cloud Native App developer profile?

In Choreo there are five profiles, Cloud Native Application Developer API Management Devops IPaaS Internal Developer Platform But it seems Cloud Native Application Developer and Internal Developer ...
Rumado's user avatar
  • 327
0 votes
1 answer
62 views

Is it possbile to add custom throtlling policy in wso2 apim choreo

Could you please if is possible to add **custom throttling policy ** in wso2 apim chero Saas version? I tired below steps given by chatgpt but the below steps are not good. ============================...
Rain Drops's user avatar
0 votes
1 answer
123 views

Secure APIs in Choreo

I wrote a sample ballerina code in choreo API to return x-jwt-header header value to the caller. when I turn off the security for that API, the header value is not there in the request headers. Does ...
Thenusan Santhirakumar's user avatar
1 vote
2 answers
187 views

Mongodb find with objectid in ballerina

In this case I have seen the official documentation of choreo, ballerina, but I could not find how to execute a query where I need to filter by the ObjectId, In Java I could do it by importing BSON, ...
Jose Osorio's user avatar
1 vote
2 answers
384 views

Sending a Post Request from Ballerina

I want to send a post request using ballerina to get a access token from the Choreo Dev Portal. I am able to do it using postman. But unable to make it work in Ballerina code level. it gives 415 - ...
Thenusan Santhirakumar's user avatar
1 vote
0 answers
108 views

Is this error occur because of any code mistake or is it something to do with ballerina server?

My code ran successfully until now. But after some time, when I run it, I receive this error: What's the solution? Is it due to a coding error or a ballerina server error? I coudn't figure it out. ...
Muthahhar97's user avatar
0 votes
0 answers
109 views

Choreo Integration

We are tying to develop a connector which will be used in one of our integrations using Choreo. But when trying to build in ballerina, got the following error: [2022-09-02 17:20:39,741] SEVERE {b7a....
Ayanthi 's user avatar