-
Notifications
You must be signed in to change notification settings - Fork 460
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
Error pages (404.js) not rendering in production mode #453
Comments
what version of dust are you using? Those are really old versions ... I don't know what might be wrong offhand, and my first thought is 'please please please upgrade' |
I am using "dustjs-linkedin": "2.0.3" |
Yeah, wow. So much has changed for the better since then. You could be hitting any number of bugs or misconfigurations. Which Express? |
Express - 3.16.10. |
I think those versions work together but it's before my time in Kraken. |
Thanks. I am unable to update the modules now. I want to dig more and find-out the issue. Can you please give me a hint that which module will call this method ? |
express. |
HI @aredridel It is working fine and error page is rendering in the production mode if I change this line as follows https://github.com/krakenjs/makara/blob/v0.3.5/lib/util.js#L70 Change But I cannot see the util.js file in latest makara versions. :( |
Hi
I am using following versions on my application
When I run the application in development mode it is redirecting 404 page. But in the production mode it is not happening. It is throwing following error.
When I dig the code I understood that 'views' become empty after this line of code
https://github.com/krakenjs/adaro/blob/v0.1.7/lib/engine.js#L95
This is only for error pages. For other application pages its is returning folder path '.build\templates\GB\en'
Also in line 84
https://github.com/krakenjs/adaro/blob/v0.1.7/lib/engine.js#L84
value of settings.views in Option argument coming as
Please help me @jeffharrell @aredridel @jasisk @grawk @totherik
Thanks,
K.Mugunthan
The text was updated successfully, but these errors were encountered: