So… I was playing around with outlets and after not being able to render my html into one I put the
This was on the edit html/css-> /head of a theme-component.
<script type='text/x-handlebars' data-template-name='application>
<div class="test-div">
</div>
</script>
So now my app is empty. Can I visit admin settings from somewhere else to disable the plugin?
1 Like
You can get into safe mode to disable all 3rd party plugins and themes.
Just visit discourse.example.com/safe-mode
7 Likes
Missed the docs
Discourse has a “JavaScript Safe Mode” any user can use to isolate the root cause of a JavaScript issue.
To access safe mode go to:
http://your-site-name/safe-mode for example this is the safe mode for meta:
https://meta.discourse.org/safe-mode
[image]
To exit safe mode simply close your browser tab
When entering safe mode you can select between:
Disable all site customizations
Disable unofficial plugins
Disable official plugins
By default all 3 options are selected, but you …
Exactly what I was looking for, thanks!
2 Likes
Any idea why data-teplate-name='/connectors/above-main-outlet'
is not working?
I tried other plugin outlets as well like /connectors/some-outlet-name
but wasn’t able to render anything on the page yet.
1 Like
system
(system)
closed
November 18, 2020, 3:25pm
#5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.