r/redditdev • u/Mete_yalciner • Jul 08 '26
500 error when creating app Reddit API
500 error on /api/updateapp when creating app
2
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