GithubHelp home page GithubHelp logo

Comments (13)

wwahammy avatar wwahammy commented on August 16, 2024 1

@marcelog5 the bug fix was merged and is in the main branch.

from houdini.

nicaloribeiro avatar nicaloribeiro commented on August 16, 2024

Hi @wendylbolm , @IagoTheophilo and I would like to try to resolve this issue. However, we are having some trouble getting to the bug. In our view, it is necessary to create an event to have access to customizations, but it is necessary to confirm the email in order to create an event or campaign. The problem is that we couldn't confirm the email, we didn't receive the verification email.
Is this bug still present? If so, what would be the way to try to reproduce it?
We were also looking at issue #96, but we had the same email confirmation problem.
Thank you in advance for your attention.

from houdini.

wwahammy avatar wwahammy commented on August 16, 2024

Hey there @nicaloribeiro and @IagoTheophilo, thanks for contributing!

When creating a nonprofit from the command line, you should add --no-confirm-admin to the end of the command, i.e.: bin/rails houdini:nonprofit:create --no-confirm-admin. That will pre-confirm the admin user.

If the user is already created and you don't want to start over, you can go into the rails console bin/rails console, find the user and confirm it by running:

our_user = User.where('email =?', 'YOUR_EMAIL').first # replace YOUR_EMAIL with your user's email
our_user.confirm 
our_user.save! # don't remember if needed but it doesn't hurt :)

from houdini.

nicaloribeiro avatar nicaloribeiro commented on August 16, 2024

Hey there @nicaloribeiro and @IagoTheophilo, thanks for contributing!

When creating a nonprofit from the command line, you should add --no-confirm-admin to the end of the command, i.e.: bin/rails houdini:nonprofit:create --no-confirm-admin. That will pre-confirm the admin user.

If the user is already created and you don't want to start over, you can go into the rails console bin/rails console, find the user and confirm it by running:

our_user = User.where('email =?', 'YOUR_EMAIL').first # replace YOUR_EMAIL with your user's email
our_user.confirm 
our_user.save! # don't remember if needed but it doesn't hurt :)

Thank you so much @wwahammy for your response and availability to help us! We will work on it as soon as possible!

from houdini.

marcelog5 avatar marcelog5 commented on August 16, 2024

Hi @wendylbolm , @nicaloribeiro and I when try to create a event we are getting this error:

Sem título

and the console says:

app/controllers/events_controller.rb:40:in `block in create'
method=POST path=/nonprofits/2/events format=*/* controller=EventsController action=create status=500 error='SystemStackError: stack level too deep' duration=40.11 view=0.00 db=4.51 time=627.70 exception=["SystemStackError", "stack level too deep"] exception_object=stack level too deep

SystemStackError (stack level too deep):

app/controllers/application_controller.rb:59:in `render_json'
app/controllers/events_controller.rb:34:in `create'

this happens after filling in the fields and clicking on "Preview event"

Do you know what wee are doing wrong to get this error.

from houdini.

wwahammy avatar wwahammy commented on August 16, 2024

Hi there, @marcelog5, I can check into this right now!

from houdini.

wwahammy avatar wwahammy commented on August 16, 2024

@marcelog5 I've proposed a fix on #765 to address this.

There is still a bug related to loading the ticket levels on the event page that I need to address.

from houdini.

wwahammy avatar wwahammy commented on August 16, 2024

@marcelog5 I think I've fixed loading the ticket levels. There's some quirkiness here and there but it's workable.

from houdini.

marcelog5 avatar marcelog5 commented on August 16, 2024

Hi @wendylbolm , when I try to update the event I'm geting this error:

update

He says that the End datetime cant't be blank, but the endtime is already in the field.

Do you know what I'm doing wrong.

from houdini.

marcelog5 avatar marcelog5 commented on August 16, 2024

I'm getting other error when I'm try to update a image in Header Image:

update

And he stay updating forever:

update

from houdini.

wwahammy avatar wwahammy commented on August 16, 2024

Hey there @marcelog5, I'll try to check into what's going on today. Sorry about the issue!

from houdini.

wwahammy avatar wwahammy commented on August 16, 2024

Hey @marcelog5: I have an approved PR at #776 which fixes this bug. It should be merged in the next few hours. Thanks for the patience and help!

from houdini.

marcelog5 avatar marcelog5 commented on August 16, 2024

Hi @wwahammy thanks for the help in this issue!

I think that the functionality of the checkbox that is mensioned does not exist anymore, or am I wrong?

I tryed to find in the code this checkbox and I don't find. I think that this issue can't be make anymore, what do you think?

from houdini.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.