PokeAPI / ditto

Tool for meta operations over PokéAPI data
Apache License 2.0
49 stars 11 forks source link

Test out redirect for back compat #27

Closed sargunv closed 6 years ago

sargunv commented 6 years ago

Netlify is doing some weird shit, will investigate later: https://5b98bedbb13fb16d4e9f3078--pokeapi.netlify.com/api/v2/ability/?limit=10

sargunv commented 6 years ago

The badness on Netlify only shows up in deploy previews. Smells like a bug on their end.

tdmalone commented 6 years ago

this is why I squash

😆

neverendingqs commented 6 years ago

@sargunv - do we have enough information to report a bug to Netlify? I don't mind facilitating that.

sargunv commented 6 years ago

@neverendingqs I'm not 100% sure of the steps to replicate, but I'd like to investigate it in a separate smaller repo (with quicker turnaround to build on Netlify). I'll report to them once I have more useful information for them.

Right now all I know is that in the deploy preview only, setting redirects for the resource list request with GET params and making such a request returned a JSON object that appeared to contain a description of our Netlify site, including a listing of all static files and redirect rules. Perhaps their API got mixed in with our calls.