Reputation: 472
recently install mautic 2.8.1, after setup api ,authorized it in auth2, after so many try it only gives output:
Looks like I encountered an error (error #404). If I do it again, please report me to the system administrator!
Do you have any idea, about this how to resolve this issue.
Upvotes: 1
Views: 2495
Reputation: 1826
Clearing Mautic's cache usually solves this. Run rm -rf app/cache/prod/*
in the Mautic root directory.
Another issue may be wrong URL. Double check it doesn't have two slashes or something like it. I also saw that someone tried to access https://some.mautic/api
That endpoint does not exist. But https://some.mautic/api/contacts
does.
Update: Since Mautic 3 the cache directory was moved to bin/cache
.
Upvotes: 4