Evan
Evan
@Lendemor I don't see an on_load method of app.custom_404_page. ``` def add_custom_404_page( self, component, title=None, image=None, description=None, meta=constants.DEFAULT_META_LIST, ): ```
Recently,I had the same issue. The resean why bun not found is installation failure of bun when pc run which auto trigger `curl -fsSL https://bun.sh/install | bash`. There will be...
I have no Nginx or something similar to setup cert or key, just only Reflex/Pynecone. Where should I put the cert and key files? I want both of frontend and...
Thank you @masenf , Caddy is a good tool for auto https. With `reverse_proxy /event/ localhost:8000` and `api_url=https://domain_only_without_specified_backend_port`, users will see 80/http and 443/https only and this is what I...
Is it related to or similar with this issue https://github.com/pynecone-io/reflex/issues/1244? Not sure which part of code should I post there.
Ok, after couples of tests, I found that the problem is `C:\Program Files\Python311\Lib\fileinput.py`. `def __init__(self, files=None, inplace=False, backup="", *, mode="r", openhook=None, encoding="utf-8", errors=None):` By default, encoding is None, and I...
I need to rename the file according to the place where upload button is clicked. Anyone knows how to do this as a workaround before event chain finally is supported...
And browser console says: `client.js:1 Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one...