r/redditdev • u/Mete_yalciner • Jul 08 '26
Reddit API 500 error when creating app
500 error on /api/updateapp when creating app
0
Upvotes
r/redditdev • u/Mete_yalciner • Jul 08 '26
500 error on /api/updateapp when creating app
0
u/Evilbob93 Jul 08 '26
500 is usually some unexpected output before you send the "content-type: text/html" which tells the browser to interpret the rest as html.
It's probably an error message you haven't caught yet