django-ckeditor-5
django-ckeditor-5 copied to clipboard
Cannot upload image in staging-server
Hi, I need your help.
In my local server. success to upload image. but when I try in my staging server I got this error.
http://localhost:8000/ckeditor5/image_upload/ --> success https://parenting-api-stg.orami.co.id/ckeditor5/image_upload/ --> response not found (404) ?
----------------------------------- on local server
----------------------------------- on staging server
@ekoabdulaziz2022 404 could have different meanings in this context. For example you could be uploading the image as normal user and not as admin/staff as required?
Please tell me what settings are required if it is necessary for images to be uploaded by a regular authorized user (not just an administrator)? Now only users with the status: "is_stuff = True" can upload images.
@github-project-01 there currently is no setting to allow normal users to upload. Once #195 is merged it will be possible