Kiran
Explore posts from serversNetlify error
I copied the docs exactly from https://hono.dev/docs/getting-started/netlify to clone the netlify template. As soon as I run
netlify dev
, I get this error.
1 replies
CCConvex Community
β’Created by Kiran on 7/24/2024 in #support-community
Self-hosting convex on domain with cloudflare
I'm running the convex open source backend, which works great locally. I wanted to expose it through a cloudflare tunnel on my custom domain name 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 the
just convex dev
command (replaced my domain with ---)
I'm guessing it's because it needs a proxy URL set so it knows where to send API requests. Is there a way to fix this?25 replies
PD𧩠Plasmo Developers
β’Created by Kiran on 5/6/2024 in #π°newbie
Re-rendering with a custom render function
I'm using a custom render and getRootContainer function in order to mount a custom element directly onto a specific pre-existing div without the use of shadow root (in order to adopt the existing page styles) and to avoid using any typical Plasmo parent elements. However, unlike the default exported component which automatically re-renders when the root is removed and added back in, this custom render does not adopt the functionality. When my custom root container that I've declared is removed from the page and added back in, my custom BetterInput component does not re-render. What is the best way to solve this problem? The following is my code:
11 replies
MModular
β’Created by Kiran on 10/17/2023 in #questions
Build options - supported platforms
Hi! I know the SDK only supports linux right now, but does that also mean that you can only build for linux, and not for Windows/macOS yet?
3 replies