We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've cloned the repo, built and run it on my own computer. But when I try to compile, I get the error message undefined.
undefined
In the console, it says:
POST http://localhost/translate 404 (Not Found)
The config.json file looks like this:
config.json
{ "port": 80, "baseUrl": "https://codecast.france-ioi.org/next", "mountPath": "/next",
I've also tried setting baseUrl to localhost.
baseUrl
localhost
I could not build c-to-json, so I downloaded it from https://codecast.france-ioi.org/next/c-to-json as per the suggestion found here.
c-to-json
https://codecast.france-ioi.org/next/c-to-json
The text was updated successfully, but these errors were encountered:
I've seen in your forked codecast repository that you created a Docker version, great ! Let me try that. Everything works great for you now ?
Sorry, something went wrong.
Ah, yes, it works perfectly now!
No branches or pull requests
I've cloned the repo, built and run it on my own computer. But when I try to compile, I get the error message
undefined
.In the console, it says:
The
config.json
file looks like this:I've also tried setting
baseUrl
tolocalhost
.I could not build
c-to-json
, so I downloaded it fromhttps://codecast.france-ioi.org/next/c-to-json
as per the suggestion found here.The text was updated successfully, but these errors were encountered: