Skip to content
New issue

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 and packages map files don't mix #2780

Closed
tedgoldstein opened this issue Oct 8, 2014 · 1 comment
Closed

ROOT_URL and packages map files don't mix #2780

tedgoldstein opened this issue Oct 8, 2014 · 1 comment

Comments

@tedgoldstein
Copy link

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

@tedgoldstein tedgoldstein changed the title ROOT_URL and packages map files don'tmix ROOT_URL and packages map files don't mix Oct 8, 2014
@n1mmy
Copy link
Contributor

n1mmy commented Oct 14, 2014

This is fixed in release 0.9.4. (Duplicate #2627)

@n1mmy n1mmy closed this as completed Oct 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants