localhost server rendering different than production servers
Reported by
toddmbla...@gmail.com,
May 3 2016
|
||||||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0 Example URL: localhost:3000 Steps to reproduce the problem: 1. Open web app on localhost 2. Open web app from production server url in new tab 3. decrease the width to see the resizing difference for background image and its affect on h1, h3, and signup form. What is the expected behavior? text elements and background images should respond the same on each server. What went wrong? The background image appears to be resized differently in the localhost version, and it's pushing content below the fold that should appear above the fold. The cache is cleared on both versions. Localhost version in IE, Firefox, and Edge are responding as expected, so this is something in chrome that is only affecting the localhost server. Note: this problem first appeared on 5/2/16. Does it occur on multiple sites: N/A Is it a problem with a plugin? No Did this work before? Yes 4/28/16 Does this work in other browsers? Yes Chrome version: <Copy from: 'about:version'> Channel: n/a OS Version: 10.0 Flash Version: I thought it was a diff in my code base, but after cloning production code based and experiencing the same result, I tested other browsers. Firefox, IE, and Edge are all responding correctly with localhost. I cleared browser cache from the beginning of time in chrome. I reset all default settings. I uninstalled chrome and reinstalled chrome. None of these solved the problem.
,
May 4 2016
url is https://www.ptuniversity.org It seems to only occur on the landing page. Todd Blankenship 903.932.1689
,
May 5 2016
Thank you for providing more feedback. Adding requester "rnimmagadda@chromium.org" for another review and adding "Needs-Review" label for tracking. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 6 2016
@toddmblankenship: Could you please have a look at the attached screen-recording and let us know if this is the correct procedure to repro this issue. Firefox & Chrome displays the same result. (Snap-shot is attached) Thank you.
,
May 7 2016
Chrome displays it correctly when accessing the site from www.ptuniversity.org, but it displays differently when accessing it from a localhost. I couldn't see in the video if you were on a local server or not, but it looked like you were accessing it from the production server. You can clone the git repo from https://github.com/TBlank72/ptu.git and try to reproduce it. You'll need to cd to project folder and npm install, and possibly cd to hexo-blog subdirectory and npm install. I've attached a .env file that has dummy info that should work if you add it to the project root directory. You may have to edit the .env file if you receive errors, it was the original boilerplate copy that has been changed completely for production. You could also comment/disable dotenv from loading in the app.js file, however, you'll need hard code some of the API keys it where needed.
,
May 8 2016
Thank you for providing more feedback. Adding requester "rnimmagadda@chromium.org" for another review and adding "Needs-Review" label for tracking. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
May 13 2016
Any updates? Have you tested it with my source code from the Git Repo?
,
May 16 2016
Could someone from Dev team please look into this issue. We are getting the same result as mentioned in the comment #4 Thank you.
,
May 16 2017
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by rnimmagadda@chromium.org
, May 4 2016Labels: Needs-Feedback