[Solved] Drizzle Studio blocked by CORS, mkcert "no security databases found"
Running Linux Mint 21.3, tried using my daily driver Flatpak ungoogled-chromium as well as
apt
Firefox (pre-installed on Mint).
Firefox console (apt
, pre-installed on Mint):
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://localhost:4983/init. (Reason: CORS request did not succeed). Status code: (null).
(repeats for http
)
Ungoogled Chromium console (Flatpak):
GET https://localhost:4983/init net::ERR_BLOCKED_BY_CLIENT
(also repeats for http
and POST
variants)
Why does have to be like this š„²2 Replies
Hey! Can you try this?
https://github.com/FiloSottile/mkcert/issues/120#issuecomment-942742672
GitHub
ERROR: no Firefox and/or Chrome/Chromium security databases found Ā·...
Hey. I installed mkcert via rpm -Uvh harbottle-main-release*rpm yum install mkcert On my centos 7. When i try to use "mkcert -install" it gives me the following error "Using the loca...
that worked š thanks a ton!