Marius

Results 13 comments of Marius

[Log.txt](https://github.com/rxhanson/RectanglePro-Community/files/12018132/Log.txt) [RectangleProConfig.txt](https://github.com/rxhanson/RectanglePro-Community/files/12018133/RectangleProConfig.txt)

encountered the same problem when I installed Rectangle on a virtual machine using the exact versions I mentioned in the environment description.

After updating to version 3.0.5, the issue persists

After updating to version 3.0.6, the issue persists

I am quite confident that version 3.0.2 worked on my MacBook before I reset it. Therefore, I find it very strange that it is not functioning properly now. To ensure...

I can verify that version 3.0.2 functions as intended.

Great news! The issue has been resolved with the latest update, Thank you for the fix!

@stijnvanderlaan I resolved the issue by adding the following code to the form.Field: ``` validators={{ onChange: userSchema.shape.email, }} ``` The updated field now looks like this: ``` { console.log(field.state.meta.errors); console.log(field.form.state.errors);...

> Problem fixed here, but i don't understand the root cause : in Orbstack Settings -> Network, set Proxy from "Automatic (system)" to "None". > > I guess my container...