react-code-editor
react-code-editor copied to clipboard
The execution isn’t working
when I run the code according to the instructions webpage it just shows processing when i click execute
Can you help me what im doing wrong and how to fix it?
Might be an environment variables issue. Create the .env file and double-check the credentials.
Can you guide how to host this project on RAPID API. Because I have tried a lot and there is no resource how to run this project locally. I am not able to fill the values in the .env file properly due to whcih I am facing the same issue as above. The project is not getting executing the code.
when I run the code according to the instructions webpage it just shows processing when i click execute
Can you help me what im doing wrong and how to fix it?
facing same issue how to resolve it
yeah, its working now. I was strangled in that judgeO and rapidApi part.
On Mon, Jul 24, 2023 at 7:21 PM vanshika gupta @.***> wrote:
when I run the code according to the instructions webpage it just shows processing when i click execute [image: Screenshot 2023-05-22 at 7 13 18 AM] https://user-images.githubusercontent.com/88235676/239782045-0740d450-a1b8-4b8d-89e5-aa277cea275c.png Can you help me what im doing wrong and how to fix it?
facing same issue how to resolve it
— Reply to this email directly, view it on GitHub https://github.com/manuarora700/react-code-editor/issues/8#issuecomment-1647959303, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASTFDRKNGUKLZ7OOSGDWP5DXRZ4WJANCNFSM6AAAAAAYJYOXX4 . You are receiving this because you commented.Message ID: @.***>
-- Regards, Ravi Raj Ladha
I faced this same issue. It's a minor thing but still took a lot of time to figure out. The base URL need to have a path of submissions. Like below:
REACT_APP_RAPID_API_URL = "https://judge0-ce.p.rapidapi.com/submissions"
REACT_APP_RAPID_API_HOST = "judge0-ce.p.rapidapi.com"
REACT_APP_RAPID_API_KEY = "25c10fb5*******************e70563c"
Can you help me what im doing wrong and how to fix it?