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
Hello James,
When I change my Play Framework default route in "application.conf" to application.context = "/path/to/my/prefix"
I get a webjar/require.js error on Line 101:
GET http://localhost:9000/webjars/requirejs/2.1.8/require.js 404 (Not Found) ... document.getElementsByTagName("head")[0].appendChild(script);
Could it be that the script tag does not have the current application context?
Jack
The text was updated successfully, but these errors were encountered:
I think in that case the URL should be:
http://localhost:9000/path/to/my/prefix/webjars/requirejs/2.1.8/require.js
Does that path work?
Sorry, something went wrong.
No branches or pull requests
Hello James,
When I change my Play Framework default route in "application.conf"
to
application.context = "/path/to/my/prefix"
I get a webjar/require.js error on Line 101:
GET http://localhost:9000/webjars/requirejs/2.1.8/require.js 404 (Not Found)
...
document.getElementsByTagName("head")[0].appendChild(script);
Could it be that the script tag does not have the current application context?
Jack
The text was updated successfully, but these errors were encountered: