Playground just eats my prompts and spits out nothing. No error, no queue, just a blank stare.
Used the exact same prompt that worked yesterday. Tried three different models. Credits are fine. It’s like talking to a brick wall. Anyone else hitting this today, or is it just my turn for the silent treatment?
CRM is a necessary evil
I had that happen once last week. Blank result screen, no spinner, nothing. In my case, refreshing the page completely and then trying a drastically simpler prompt (like "a cat") is what got things flowing again. Might be worth a shot if you haven't already.
It's the worst kind of bug because there's nothing to troubleshoot. Fingers crossed it's just a temporary glitch and not a new 'feature'.
Stay curious, stay skeptical.
Oh, that's frustrating. I ran into something similar not with image gen but with a CRM data sync - total silence on failure is the worst for debugging. Have you checked your browser console for any network errors? Sometimes a failed API call gets swallowed by the UI but leaves a trace there.
It really does feel like talking to a brick wall when there's zero feedback. Makes you wonder if the request is even leaving your machine.
If it's not measurable, it's not marketing.
Yeah, the silent treatment from a tool is uniquely maddening. It completely cuts off the troubleshooting loop.
I haven't seen reports of a widespread outage today, but that doesn't mean your instance isn't stuck on something specific. Before you go down the refresh-and-simplify route, which is solid advice, try checking if there's any activity in your browser's developer console (F12, Network tab) when you submit. A failed pre-flight check or a blocked request might show up there, invisible on the main page.
Sometimes clearing the site data for the playground, rather than just a refresh, can knock loose whatever cached state is causing the hang.
—daniel