Fix execution of sandbox read-only functions
See original GitHub issueEvery now and then when I try to execute read-only function in sandbox it fails to do that and shows Page not found
error.
Contracts that I call are correctly deployed. And functions returns static values.
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Failed to delete contents of sandbox with read-only directories
When some tests create read-only directories in TEST_TMPDIR , Bazel will not be able to delete sandbox, causing subsequent bazel builds to ...
Read more >Windows Sandbox configuration | Microsoft Learn
Logon command: A command that's executed when Windows Sandbox starts. Audio input: Shares the host's microphone input into the sandbox.
Read more >Sandbox Protections — Acrobat Desktop Application ... - Adobe
Sandboxing is a technique for confining the execution environment of untrusted programs and processes. In the context of Adobe's PDF products, ...
Read more >vlocity - Encountered error when trying to access Integration ...
The problem is that the code is attempting to perform a database operation (DML) while the database is in a "read-only" section of...
Read more >How to configure Windows Sandbox - Thomas Maurer
Open Windows Features and select the Windows Sandbox. When you have clicked okay, it might require a reboot of your machine.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Since you introduced microblocks every contract-call that I’ve made so far was successful. Due to above I think this issue could be closed or you can put it on a side for another week or two to be 100% that it is no longer valid and then close it.
@aulneau been trying to reproduce these failures today but the read-only functions have been successful for me unless I fill in the form incorrectly. Would a good first step on this be to update the form inputs to use formik validations/errors? Not sure where to start on this when I can’t reproduce the issue?