-
Notifications
You must be signed in to change notification settings - Fork 308
404s when running not from source #233
Comments
Is aloha turned on? It's possible that the site doesn't behave right Sent from my iPhone On Sep 28, 2013, at 4:43 PM, Stu Salsbury [email protected] wrote: I'm getting 404 errors in my heroku logs. The following urls show 404:
It should be noted that the behavior of the app is the same as if I had When I run from the calipso source, aloha works and I get yellow borders When I run from a site created with ./bin/calipso site those yellow borders So it seems like there may be something going on when one either pushes Incidentally, I wondered about these lines in package.json:
What is their purpose? Obviously a bit of a shot in the dark, but could In any case, I'm headed in a direction that won't involve aloha -- so not a — |
This happens when aloha is turned on. When it's off, no errors. Put simply, aloha fails with those 404s when I don't run from my cloned directory -- it gets turned on and doesn't work. |
Hmmm. Is the static module on? Hmm interesting Sent from my iPhone On Sep 28, 2013, at 5:10 PM, Stu Salsbury [email protected] wrote: This happens when aloha is turned on. When it's off, no errors. Put simply, — |
I had all included modules enabled. I've since disabled aloha. I just tried enabling aloha and dsabling static and it doesn't seem to make a different w/respect to the 404s. |
I'll check tomorrow Sent from my iPhone On Sep 28, 2013, at 5:43 PM, Stu Salsbury [email protected] wrote: I had all included modules enabled. I've since disabled aloha. I just tried — |
np -- as I mentioned, I'm not planning to use aloha but wanted to pass on the info. LMK if you want me to try anything. |
BTW: The domain and subdomain references are for the nodejitsu deployment. I wish they didn't use the package.json file for their settings, but since I deploy the package from the same folder I had to merge the nodejitsu settings. |
I'm getting 404 errors in my heroku logs. The following urls show 404:
It should be noted that the behavior of the app is the same as if I had created a site using
./bin/calipso site /my/path
-- and maybe this is a clue:When I run from the calipso source, aloha works and I get yellow borders around stuff (I'm not in love with the yellow borders, but they're there).
When I run from a site created with
./bin/calipso site
those yellow borders are absent and I get no aloha. Same with running on heroku.So it seems like there may be something going on when one either pushes calipso source via git or they create a site from the source, that messes up a path. Is this possible?
Incidentally, I wondered about these lines in package.json:
What is their purpose? Obviously a bit of a shot in the dark, but could they have something to do with the 404s?
In any case, I'm headed in a direction that won't involve aloha -- so not a support request but a heads up.
The text was updated successfully, but these errors were encountered: