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
ROOT_URL is a great feature and enables proxying. The JavaScript maps however do not get the ROOT_URL prepending.
$ meteor create hello $ export ROOT_URL http://su2c-dev.ucsc.edu:10000/hello $ meteor --port 10000
In browser console:
Failed to load resource .... http://su2c-dev.ucsc.edu:10000/packages/6420eb7dcc133dc4c49a090c3c6f31bf3ce71fe8.map
The file should be http://su2c-dev.ucsc.edu:10000/hello/packages/6420eb7dcc133dc4c49a090c3c6f31bf3ce71fe8.map
The text was updated successfully, but these errors were encountered:
This is fixed in release 0.9.4. (Duplicate #2627)
Sorry, something went wrong.
No branches or pull requests
ROOT_URL is a great feature and enables proxying. The JavaScript maps however do not get the ROOT_URL prepending.
$ meteor create hello
$ export ROOT_URL http://su2c-dev.ucsc.edu:10000/hello
$ meteor --port 10000
In browser console:
Failed to load resource ....
http://su2c-dev.ucsc.edu:10000/packages/6420eb7dcc133dc4c49a090c3c6f31bf3ce71fe8.map
The file should be
http://su2c-dev.ucsc.edu:10000/hello/packages/6420eb7dcc133dc4c49a090c3c6f31bf3ce71fe8.map
The text was updated successfully, but these errors were encountered: