<https://pulumi-community.slack.com/archives/CB36D...
# docs
f
I navigated to https://www.pulumi.com/docs/reference/pkg/azure/sql/database/ to give it a look and it is really nicely organized! One issue is I cannot switch the language even after selecting a different tab. Looking in the console it might be a CORS issue; `Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.segment.io/v1/t. (Reason: CORS request did not succeed).
w
One issue is I cannot switch the language even after selecting a different tab.
Huh - that is surprising. What browser? And do you have some ad-blockers? Or JavaScript disabled?
f
Ah good thought there. I disabled my blocker and that error went away (probably was unrelated) I am seeing this every time I click a language tab
Copy code
QuotaExceededError: The quota has been exceeded.
I am using Firefox 75.0b1
w
Hmm - looks like that is a Firefox limitation around localStorage, we'll look into it. Thanks.
👍 1
m
Thanks for this info! Does the switching work despite that error?
f
The langauge doesn't change it is still the ts version no matter which I choose. I just tested in private mode and it did start working. So seems like a storage/cache issue. I bet if I clear it will start working.
☝️ 1
m
Interesting. And a reload doesn’t happen to fix you up by any chance does it? (Thank you for your time, btw.)
f
Nope it doesn't, tried that first thing.
m
Ok. Thanks for the report, we’ll take a look!
f
Anytime!
m
We just pushed out a fix for what I believe was the problem here — https://github.com/pulumi/docs/pull/2807 Would be great to know it if works for you; it should be deployed within the next half-hour or so.
f
That fixed the issue!
m
Awesome! Glad to hear it.