You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a bug in WSO2. We installed WSO2 all-in-one on our machine four times for learning purposes for http (no https). However, it requires a restart to apply the GraphQL API with the schema endpoint. I am not sure if this is necessary for other types of endpoints, but it definitely applies to the GraphQL API
Affected Product Version:
wso2/wso2am:4.3.0
OS, DB, other environment details and versions:
Steps to reproduce:
1- run it with docker desktop or linux version
2- create new api with wizard in publishing and upload schema. edit api-configuration>runtime> uncheck https then deploy and publish
3- test it to get response from endpoint
Related Issues:
Sure, here's a detailed step-by-step guide:
Step 1: Running WSO2 with Docker Desktop or Linux Version
Description:
I encountered a bug in WSO2. We installed WSO2 all-in-one on our machine four times for learning purposes for http (no https). However, it requires a restart to apply the GraphQL API with the schema endpoint. I am not sure if this is necessary for other types of endpoints, but it definitely applies to the GraphQL API
Affected Product Version:
wso2/wso2am:4.3.0
OS, DB, other environment details and versions:
Steps to reproduce:
1- run it with docker desktop or linux version
2- create new api with wizard in publishing and upload schema. edit api-configuration>runtime> uncheck https then deploy and publish
3- test it to get response from endpoint
Related Issues:
Sure, here's a detailed step-by-step guide:
Step 1: Running WSO2 with Docker Desktop or Linux Version
Docker Desktop
Install Docker Desktop:
Pull WSO2 Docker Image:
Run WSO2 Container:
Step 2: Create New API with Wizard and Upload Schema
Access WSO2 Publisher:
https://localhost:9443/publisher
.Login:
admin/admin
.Create a New API:
CREATE API
and selectGraphQL API
.API Creation Wizard:
/context
).Deploy and Publish:
Next
to proceed through the wizard.Deploy
.Publish
to make the API available.Step 3: Test the API to Get a Response from the Endpoint
Access the Developer Portal:
https://localhost:9443/devportal
.Login:
admin/admin
.Subscribe to the API:
Subscribe
and select an application or create a new one.Generate Access Token:
Test the API:
http://ip:8280/context/version
.Following these steps will help you run WSO2, create a new API with the wizard, upload the schema, deploy, publish, and test the API.
in last 4 installation in 4 machines 3 windows and one of them linux we need restart after these steps
The text was updated successfully, but these errors were encountered: