[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).
# mkcert --install
The local CA is already installed in the system trust store! šŸ‘
ERROR: no Firefox and/or Chrome/Chromium security databases found
# mkcert --install
The local CA is already installed in the system trust store! šŸ‘
ERROR: no Firefox and/or Chrome/Chromium security databases found
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
āš”Z.E.U.Sāš”
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...
function
functionOPā€¢2w ago
that worked šŸŽ‰ thanks a ton!

Did you find this page helpful?