AntScript
AntScript
I solved it with add **--ip '127.0.0.1'**. `wrangler pages dev . --ip '127.0.0.1'`
@orchetect Nice suggestions ! Follow this , you can contribute the pull requests : [https://help.github.com/articles/creating-a-pull-request/](https://help.github.com/articles/creating-a-pull-request/) [https://help.github.com/articles/using-pull-requests/](https://help.github.com/articles/using-pull-requests/) Waitting for your code !
In my case, it was found that the reference to the database in the client-side rendered components caused the issue.
> This problem is caused by undefined env variables, not libsql, to fix this make sure the env is added on the server and call it the right way. This...