mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #1503] API not working - /api/v1 - page does not exist. #1180
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pilotdns on GitHub (Jun 9, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1503
Impacted versions
Modoboa: 1.10.5
installer used: Yes
Webserver: Nginx
Steps to reproduce
Fresh install of modoboa - when you attempt to go to /docs/api it states Internal error has occured, even on the demo site you have online. When you try to go to /api/v1 even with it enabled, it states
Sorry
The requested page does not exist.
Current behavior
/api/v1 shows:
Sorry
The requested page does not exist.
Expected behavior
API and /docs should function correctly.
@pruje commented on GitHub (Jun 13, 2018):
/api/v1 path does not exists, you have to reach the /api/v1/accounts/ or /api/v1/domains/ for example.
For docs, go on /docs/api, it should work.
@tonioo commented on GitHub (Jun 13, 2018):
@pilotdns Issue has been fixed and will require to upgrade to modoboa-radicale plugin to 1.3.4. (demo is alreadly up to date and working)