Code Monkey home page Code Monkey logo

Comments (4)

Rebeccacy avatar Rebeccacy commented on July 1, 2024 2

A possible reason for the "no Route matched with those values" error is that you entered an incorrect HTTP method in your request, such as using GET when it should have been POST. Another possible reason is that you sent the request to an incorrect URL. Please check accordingly and let me know if the error persists.

from agora-restful-service.

dlwnsgml0328 avatar dlwnsgml0328 commented on July 1, 2024 1

@arjunw0007,

Hi, I have a same issue about these sentence (no Route matched ...).
In my case, after copying .env.example file the .envfile format was changed.

like these

SKIP_PREFLIGHT_CHECK=true
ELECTRON_START_URL=http://localhost:3000
REACT_APP_BUILD_VERSION=TEST_APAAS_2.0.0
REACT_APP_AGORA_APP_SDK_DOMAIN=https://api.sd-rtn.com
REACT_APP_AGORA_APP_TOKEN_DOMAIN=https://api.sd-rtn.com
REACT_APP_AGORA_APP_ID=
REACT_APP_AGORA_APP_CERTIFICATE=

I just change the .env file's unknown format to plain text.

스크린샷 2022-06-30 오후 3 36 53

After changing the .env file's format, I entered a command again.

$ cp .env.example packages/agora-classroom-sdk/.env

As you guys know, REACT_APP_AGORA_APP_TOKEN_DOMAIN 's value(https://api.sd-rtn.com) should not be that domain.
It should be like these.

SKIP_PREFLIGHT_CHECK=true
ELECTRON_START_URL=http://localhost:3000
REACT_APP_BUILD_VERSION=TEST_APAAS_2.0.0
REACT_APP_AGORA_APP_SDK_DOMAIN=https://api.sd-rtn.com
REACT_APP_AGORA_APP_TOKEN_DOMAIN={ "prod_cn": "https://api-solutions.bj2.agoralab.co", "prod_ap": "https://api-solutions.sg3sbm.agoralab.co", "prod_na": "https://api-solutions.sv3sbm.agoralab.co", "prod_eu": "https://api-solutions.fr3sbm.agoralab.co" }
REACT_APP_AGORA_APP_ID=
REACT_APP_AGORA_APP_CERTIFICATE=

And then If other Keys are okay, you guys can copy your AGORA_APP_ID and AGORA_APP_CERTIFICATE on your console.

After these process, I think you guys can run the application

$ yarn dev

from agora-restful-service.

arjunw0007 avatar arjunw0007 commented on July 1, 2024

hii @Rebeccacy i am still persuing the same issue can you help me here

from agora-restful-service.

katrinaB88 avatar katrinaB88 commented on July 1, 2024

Hello,

I'm trying to access a website that I access daily and now I can't anymore and get the error message {"message":"no Route matched with those values"}

This is not my website. The URL is https://www.brt.it/

I tried with a different browser and deleting Cache and got the same error message.

I tried with a different computer and could access but I need to be able to access with my own computer.

Any ideas how I can fix this?

from agora-restful-service.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.