-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Deleting User #23
Comments
I'm guessing you are trying to delete more thing than just a User.. Right? |
I just noticed that it's the upload project and not the core one.. |
yes, just in the upload project
…On Apr 29, 2017 11:56, "Lipis" ***@***.***> wrote:
I just noticed that it's the upload project and not the core one..
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AByJ4cO5OvIJzVmIuWvZJHM3qo1EOS29ks5r00-CgaJpZM4NMQ0->
.
|
Is there any expectation of fixing this bug soon? Because without this basic feature, I mean to exclude a registered user even with their uploads, the project becomes practically unusable to production. Was there any temporary fix that can be made? I ask because I would like to use this project as a basis for the new website of an NGO of my city, thanks for your time and congratulations for the gea-init base project, its amazing and very usefull! |
I will take a look over the weekend! Quite busy these days with some personal stuff... but you are right! this basic thing should be fixed.. :) |
Please check #24 if it works for you.. it might have issues if the user has way too many resources.. It is using a different approach from the previous more messy approach. |
Yes it works! But in production, accessing through localhost:000, which is
the default when invoking by 'gulp', results in 'CORS header'
Access-Control-Allow-Origin 'missing' when uploading a file. I accessed
through 127.0.0.1:8080 and everything worked perfect.
This fix helped a lot, thanks.
…On Thu, Jun 22, 2017 at 7:23 PM, Lipis ***@***.***> wrote:
Please check #24 <#24> if
it works for you.. it might have issues if the user has way too many
resources.. It is using a different approach from the previous more messy
approach.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AByJ4esXm02-Fw2JrP719nt7S1IY7vneks5sGulwgaJpZM4NMQ0->
.
|
Starting a fresh project, there is a problem when delete a user in Admin
Can someone give me some light where i can start looking to fix this?
The text was updated successfully, but these errors were encountered: