Questions tagged [mayanedms]

Questions about Mayan EDMS should be marked with this tag.

Mayan EDMS is a document management system for managing documents within an organization. Learn more at https://docs.mayan-edms.com/

27 questions
1
vote
0 answers

Mayan EDMS API - Cannot add a document to a cabinet

Using Mayan EDMS, I am unable to add a document to a cabinet. I am using PHP to send, create and upload a document, which works well. Thereafter, trying to add the document to the cabinet results in the following error {"detail":"Not found."} I am…
crafter
  • 6,246
  • 1
  • 34
  • 46
1
vote
1 answer

I cloned source code of Mayan EDMS from git repo and getting issues of static files during local setup

I cloned the mayan-edms source code from the git. The server is running absolutely fine and documents are uploading but documents are not showing on the front-end. I think the issue is with Redis queues. It shows this message New document queued for…
Mursaleen
  • 51
  • 5
1
vote
1 answer

Postgres SQL Restore Permission denied to create and alter database

I had a backup of my Mayan-EDMS database which is stored in file.sql. I am trying to restore it. While I am restoring the database using psql -h 127.0.0.1 -U mayan -d mayan -W -f file.sql I got error that saying psql:file.sql:23: ERROR: permission…
1
vote
0 answers

Django include with variable doesn´t give expected results

So I am currently working on a rather Django Project. Since I didn´t start the project and am basically just extending the existing code I am not quite sure if my inputs are blocked through some sort of other configuration but my quite basic task…
1
vote
0 answers

Mayan-EDMS integration with user sso

The Mayan-EDMS is a great project and we are looking forward to using it in our project. Our project is having lots of users already in the system, so I am looking for SSO for Mayan-EDMS. We have already seen the LDAP doc, but we looking for…
Ravindra Gupta
  • 1,256
  • 12
  • 42
1
vote
0 answers

MAYAN-EDMS REST API: Documents are not getting checked in

Overview I'm try to maintain document versioning in MAYAN EDMS using REST API. If one user open and updating document then document will be checked out and on completion of changes user will check in document with new version which will be available…
1
vote
1 answer

How to correctly authenticate in Mayan EDMS

I'm using a Mayan EDMS running in a docker container to serve customer documents to my django app. Now I'm kinda stuck at downloading these documents. I use pythons requests to access the Mayan Api. In my requests I use auth =…
Chris
  • 79
  • 1
  • 9
1
vote
1 answer

How to send file from Mayan EDMS to external api?

I'm still learning Django and there is still a lot of unknown to me. The problem is that I can't pull the .pdf (or any other format) to be sent by ajax post method to external API. So on the reciving side I only get the string location of the file…
Nikola C
  • 322
  • 6
  • 22
1
vote
1 answer

Mayan EDMS not working on browser but Nginx and Supervisor is up and running

I just installed Mayan-EDMS on my Ubuntu 16.06 LTS, the services of Nginx and Supervisor are up and running but I can't see it working on the browser, can someone help me out on this? Please see error log below. IOError: [Errno 13] Permission…
0
votes
0 answers

Postgresql problem during setup of Mayan EDMS

I am very excited to install Mayan EDMS as it looks very promising. However, I am not an expert. I tried to follow the guidelines at https://docs.mayan-edms.com/chapters/deploying.html and use a chroot on my NAS. So far most of it run smoothly and I…
MDoe
  • 163
  • 1
  • 13
0
votes
0 answers

Unable to connect to mayan edms using docker in digital ocean server

I had set up my digital ocean server & docker successfully using ssh Installed mayan using docker Executed docker-compose and mayan was running normally in docker when I checked using docker ps command as follow: Strangely when I accessed to my…
Gerry
  • 101
  • 1
  • 7
-1
votes
1 answer

How can I merge two docker-compose files?

I have an existing Docker Compose project that is currently used to orchestrate several services. However, I now want to integrate an additional service, in this case, Mayan EDMS, which has its own Docker Compose file. --- version:…
1
2