Kiran
Kiran6mo ago

Hi, I'm running the convex open source

Hi, I'm running the convex open source backend, which works great locally. I wanted to expose it through a cloudflare tunnel so I could access it from other devices, but when I expose port 3210 (which is what I saw being used in the just file) through a cloudflare tunnel to my domain at convex.---.com, and then replace the --url param with the new url, it doesn't work. I see the following error from just just convex dev command
✖ Error: Unable to run schema validation on http://convex.---.com
Error fetching POST http://convex.---.com/api/prepare_schema 405 Method Not Allowed
✖ Error: Unable to run schema validation on http://convex.---.com
Error fetching POST http://convex.---.com/api/prepare_schema 405 Method Not Allowed
Can I get help on how I can fix this?
1 Reply
Kiran
KiranOP6mo ago
I imagine this is because convex needs to know the proxy url to redirect api requests to? Is there a flag to pass for this? Just moved this to a post in the support channel

Did you find this page helpful?