How to solve Method_not_found Error when setting up Gatekeepers

Solution provided by @overmarck from Italian community :+1:.

  1. Go to phala folder
  2. nano validators.sh
  3. put “$@” before this: --rpc-methods=Unsafe
  4. Save file
  5. sudo systemctl stop poc3_validator.service
  6. sudo systemctl start poc3_validator.service
2 Likes

:thinking: