Chenxin_Yan
Chenxin_Yan2mo ago

Convex Local Development Dashboard CORS error

I am using convex local development I got this error when trying to access the convex dashboard:
No description
3 Replies
ian
ian2mo ago
how did you get to this dashboard page? npx convex dashboard? and by local development are you talking about the normal local dev flow when using the normal product, or the self-hosted open source binary / dashboard?
Chenxin_Yan
Chenxin_YanOP2mo ago
nvm, by running npx convex dashboard. It works. I was accessing the localhost dashboard directly. but still, is npx convex dashboard just opening http://127.0.0.1:6790/ using browser? Why can't I access the dashboard directly by visiting http://127.0.0.1:6790/?
ian
ian2mo ago
It may be passing along an api key? I haven't looked at that code for a while, but it's open source if you're curious

Did you find this page helpful?