-
Notifications
You must be signed in to change notification settings - Fork 16
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
Internal Server Error #9
Comments
Can you paste the contents of the stylesheet before Middleman tries to process it? |
@judewang, I think I might know what’s responsible for causing this, but I’d still need your stylesheet to test it out. |
@porada, I'm having a similar issue I thought I'd chime in with as my behaviour isn't described exactly. I get the same 500 error (still happening with v2.1.1), although on a subsequent refresh it works fine, i.e. if I keep refreshing the page, every second time it works. I haven't had a chance to make a sample stylesheet for you as it's quite a large application and the stylesheet is spread across many files. I thought the information may be useful to you regardless. Cheers, |
I'm also having this issue exactly as described by @thenathanjones, @porada could you perhaps tell us your suspicions? |
Pushed the possible fix for this issue. @pedropereira, @thenathanjones, and @judewang: could you test your stylesheets against the current master? gem 'middleman-autoprefixer', github: 'porada/middleman-autoprefixer' If this fixes the problem, I’m going to release the next version right away. |
Awesome, that definitely did it for me. Thanks for the fix 👍 |
Great. Enjoy the v2.1.2. 😀 |
I'm still experiencing this issue.
|
@cekerholic, could you paste the stylesheet that causes this? |
Here's link to my SASS files: https://github.com/cekerholic/MiddleStart/tree/master/source/assets/css |
Does v2.2.0 fix anything for you, guys? |
It took me a while to find this but I'm having the exact same issue @thenathanjones described with every other page refresh not loading my css. Every other request displayed this console error: |
Same here, on 2.2.0 with Middleman 3.3.5 on Ruby 2.1.2. |
@porada Will track this down today. Does this only happen with Sprockets involved? |
This was a "bug" in |
Thank you. 🍻 |
@tdreyno, using |
@judewang Yes, this is a known issue with |
I am new in angular ... getting error npm ERR! A complete log of this run can be found in: Version Details - Angular CLI: 6.0.8 Package Version@angular-devkit/architect 0.6.8 |
Hi, my name is Jude.
I found that using Middleman v3.3.3 with middleman-autoprefixer v2.1.0 will an issue that make browser failing to load stylesheet after refreshing the page. It sent a message said "Failed to load resource: the server responded with a status of 500 (Internal Server Error) " to browser's console window. I have tested this with middleman-autoprefixer v2.0.1 and it was OK. I think the issue will be produce only when using v2.1.0.
Thanks.
The text was updated successfully, but these errors were encountered: