Open dominiks opened 2 years ago
Can you share the parameters you're sending to the request (excluding API key)?
It sounds like you've changed the visibility of your page such that public requests can no longer look up version information
The request is
https://itch.io/api/1/x/wharf/latest?game_id=1454046&channel_name=win-64
This worked without api key before, directly from within my application. The game is published and visible for others.
//edit:
I checked my page in an incognito browser and I get a 404 - even tough it should be visible for everyone.
Now it works again. I did not change anything on my end.
Using the Api to call
itch.io/api/1/x/wharf/latest
to retrieve my game's version does no longer work since last week. It did before, but now I only get the correct version when executing the GET request in my browser (where I'm logged in). An incognito tab or calling it from my game returns:{"errors":["invalid game"]}