Troubleshooting & technical
Pixton Blank Screen or White Page: The Full Fix List
Quick answer
A blank or white Pixton screen almost always means the page loaded but the assets behind it did not. On a school network, that is a content filter or firewall blocking one of the domains Pixton loads from — Pixton publishes the exact list, and it is below. Outside school, it is usually an unsupported browser version or a stale cached file. It is rarely an account problem, and the account causes are specific enough to rule out quickly.
Why this happens
Pixton’s app shell loads from pixton.com, but characters, backgrounds, fonts and the scene-maker code load from several other domains, including fonts.gstatic.com, a CloudFront distribution and cdn.jsdelivr.net. A school filter that allows pixton.com but not those produces exactly this symptom: the frame appears, the content never arrives, and there is no error because nothing on the page knows to report one.
Pixton’s stated minimums are Chrome 128 or higher, Edge 141 or higher, and Firefox 144 or higher, on iOS 17.6.1 or newer for iPads. Older browsers fail without a clear message. Safari does not appear on Pixton’s supported-browser list at all, which matters on iPads.
When the account is the cause, Pixton names four scenarios for a Scene Maker that will not open: the Starter plan’s limit of 40 projects and 30 days has been reached; the site was not logged out and refreshed after a subscription was purchased; an Educator account has been converted to a Solo Student account; or the classroom was archived.
Work through these in order
- Open the same page on a phone using mobile data rather than school Wi-Fi. If it loads there, you have confirmed a network block and can stop testing browsers.
- Open the browser’s JavaScript console — Ctrl+Shift+J on Windows, Cmd+Option+J on Mac, both in Chrome — and look for blocked or failed requests. The blocked domain name is the single most useful thing you can send your IT team, and it is also what Pixton support asks for.
- Send IT the full allow-list below rather than a generic “please unblock Pixton.” Requests naming exact domains get approved faster, and the list covers domains the console will not show you until a teacher account hits them.
- Check the browser version against Pixton’s minimums. Managed school devices are often pinned to older releases. Chrome 128, Edge 141 and Firefox 144 are the floors.
- If the console is clean and the browser is current, clear site data for pixton.com and reload. A corrupted cached asset produces the identical symptom.
- On a teacher device, disable ad-blocking and privacy extensions and retry. Aggressive blockers stop some of the domains Pixton loads on educator accounts. This is almost never the cause on student devices.
- If only the Scene Maker is blank while the rest of the app works, check the account: has the Starter plan hit 40 projects or 30 days, was a subscription just purchased without logging out and back in, does the top-left say “Solo Student,” or is the classroom archived? Each of those has a specific fix.
- If none of that applies, send Pixton support a screenshot that includes the JavaScript console, the affected account email, and step-by-step directions to reproduce it. That is exactly what their documentation asks for, and it is what lets them recreate the problem.
The allow-list to send your IT team
These are the domains Pixton publishes as required. Paste this straight into your ticket. The first two are all that students need; the rest are only loaded on teacher accounts, which also pull in billing, support chat and analytics tools.
# Required for students and teachers
https://*.pixton.com
https://fonts.gstatic.com
# Additionally required for educator accounts
https://*.google.com
https://*.googleapis.com
https://*.stripe.com
https://cdn.jsdelivr.net
https://d10lpsik1i8c69.cloudfront.net
https://sentry.io
https://*.hubspot.com
https://*.hs-scripts.com
https://*.hs-banner.com
https://*.hs-analytics.net
https://*.hscollectedforms.net
https://js.hsleadflows.net
https://*.usemessages.com If your filter cannot take wildcards, ask for the parent domain instead. If your district proxies and inspects HTTPS traffic, these also need an SSL-inspection exemption — say so in the ticket or you will be filing a second one next week.
Reading the console without being a developer
You are looking for red lines. Most will mention a domain and a status: “net::ERR_BLOCKED_BY_CLIENT” means a browser extension stopped it; “net::ERR_CONNECTION_REFUSED” or a 403 on a non-pixton.com domain means the network stopped it; a 404 means the file itself is missing, which is Pixton’s problem rather than yours. Copy the domain from any red line and check it against the allow-list. That is the whole diagnostic.
Why it works on a phone but not the Chromebook
The phone on mobile data bypasses the school filter and runs a current browser. The Chromebook is behind the filter and may be on an older ChromeOS. Both differences produce a blank screen, and the phone test separates them: if the phone works, it is one of those two, not the account.
If that did not solve it
If the screen is blank only inside the Scene Maker while classes and menus load normally, the network is not the cause. Work through the four account scenarios in step 7, and if the Starter limit is the reason, the only fix is a subscription.
Questions people also ask
Why is Pixton a white screen on Chromebooks?
Usually the district filter is blocking one of the asset domains Pixton loads from, or the Chromebook is on a Chrome version below 128. Test on a phone with mobile data: if it loads there, it is one of those two.
Does Pixton work in Safari?
Safari is not on Pixton’s published list of supported browsers, which names Chrome 128+, Edge 141+ and Firefox 144+. On an iPad, use Chrome or Edge on iOS 17.6.1 or newer.
What does Pixton support need when I report a blank screen?
A screenshot that includes the JavaScript console, the email addresses of the affected accounts, and step-by-step directions or a screen recording of how it happens. Pixton’s support page lists exactly those three things.
Which domains does Pixton need unblocked?
For students: *.pixton.com and fonts.gstatic.com. Teacher accounts additionally load Google, Stripe, jsDelivr, a CloudFront host, Sentry and several HubSpot domains. The full copy-paste list is on this page.
Checked September 2026 against Pixton's published documentation. How we research · Report an error