Chopper
(Martial)
May 21, 2016, 9:11pm
1
I have the same problem than this post
I run Discourse on my own AWS account and it runs on Ubuntu EC2, ElastiCache Redis, and RDS Postgress.
It ran well when using discourse 1.5 and I upgraded to 1.6.
Before: v1.5.0.beta13b +140
After: 1.6.0.beta1
After upgrading to 1.6 using # launcher rebuild app, the web browser cannot display ant pages. Here is the screenshot of Chrome Developer Tool:
[image]
The problem is no resolved at all, i guess it’s because i have some custom javascript. I can’t disabled it because i can’t access to the forum. With the previous verison it’s works fine.
How can i go back to beta5 ?
cpradio
(cpradio)
May 21, 2016, 9:46pm
2
I think @techapj made mention of appending ?preview-style=none to the url to prevent the custom styles from rendering. Give that a try.
Okay, I see that you included some incompatible JS files. Here’s how to access your instance again:
http://forum.example.com/?preview-style=none
Notice ?preview-style=none at the end of URL, it will not include your customizations. So login using that URL and remove the JS libraries you included in CSS/HTML customization.
7 Likes
This topic was automatically closed after 2939 days. New replies are no longer allowed.