Skip to content
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

HTML Renderer not working #78

Open
jojonarte opened this issue Mar 18, 2021 · 1 comment
Open

HTML Renderer not working #78

jojonarte opened this issue Mar 18, 2021 · 1 comment

Comments

@jojonarte
Copy link

jojonarte commented Mar 18, 2021

I'm getting below error.

scheduler.development.js:171 Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.
    at http://localhost:8888/static/js/6.chunk.js:197230:23

For htm file below:

<!DOCTYPE html>
<html>
	<body>
		<div style="width: 500px; margin: auto">
			<h2>Some Display for Lennox</h2>
			<div>Rating: <span id="rb-rating">0</span></div>
			<div>Total Reviews: <span id="rb-reviews-total">0</span></div>
		</div>

		<div style="margin-top: 100px">
			<script
				type="text/javascript"
				src="https://public.staging.rbfeedback.com/widget/expanded/5c627211ad3270412a47f5a3?testimonials=1"
				async
			></script>
		</div>
	</body>
</html>

@huyjack178
Copy link

any updates on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants