Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"INVALID VERSION" #442

Open
ghost opened this issue Jan 13, 2022 · 2 comments
Open

"INVALID VERSION" #442

ghost opened this issue Jan 13, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 13, 2022

<!DOCTYPE html>
<html>
<body>

<h2>HTML Form</h2>

<form method="POST" action="https://adless-games.herokuapp.com/v3/entry/github/adless-games/user-data/main/">
  <label for="name">name:</label><br>
  <input type="text" id="name" name="fields[name]" value="John"><br>
  <label for="email">mail:</label><br>
  <input type="email" id="email" name="fields[email]" value="bob@example.com"><br>
  <label for="message">Last name:</label><br>
  <input type="text" id="message" name="fields[message]" value="reee"><br><br>
  <input type="submit" value="Submit">
</form> 

</body>
</html>

{"success":false,"errorCode":"INVALID_VERSION"}

How do I fix This?

@hispanic
Copy link

I think v3 (i.e., "...rokuapp.com/v3/entry/git...") might only exist in the dev branch. I suspect that there's a disconnect between whatever documentation you are following and the code you are using.

@panchtatvam
Copy link

The issue is solved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants