You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you POST to the API root at https://api.perma.cc/, whatever we serve wants to reverse the landing route, which, in that context, evidently can't be reversed with out further supplying the perma app namespace.
Probably, this only happens via code/the command line, and so it wants to return 405 and JSON, DRF style, not an HTML page.
If you POST to the API root at https://api.perma.cc/, whatever we serve wants to
reverse
thelanding
route, which, in that context, evidently can't be reversed with out further supplying theperma
app namespace.Probably, this only happens via code/the command line, and so it wants to return 405 and JSON, DRF style, not an HTML page.
When fixing, check that it works for both https://api.perma.cc/, and https://perma.cc/api; we use provide the api in both locations.
The text was updated successfully, but these errors were encountered: