Git Product home page Git Product logo

Comments (2)

ryuzee avatar ryuzee commented on May 18, 2024

@cimadai

In my environment, password reset form can be found as follows.

image

It's reasonable to confirm several points as follows.

What rails environment (development, production, test) do you use?

  • If development mode is on, error screen must be include detailed information (Thus, I suppose, you did not use development mode)
  • If production mode is on, error screen contains the message like "The page you were looking for doesn't exist".
  • From these 2 points, I think this error screen is not coming from SlideHub application.

Confirming your server environment

  • Are you running the app on your computer? Is this app listening on 3000/tcp?
    • I wonder you are running the app on other environment and also you are running some other ruby app on your computer.
  • if you are running the app on other host, you must specify ENV['OSS_PRODUCTION_HOST'] for the hyperlink when production mode is on. Or if you run the app on localhost not with 3000 port, you need to set specific port number in config/environments/development.rb. You can find config.action_mailer.default_url_options = { host: 'localhost:3000' } and change 3000 to other port number.

from slidehub.

cimadai avatar cimadai commented on May 18, 2024

@ryuzee

Thank you for your reply.

I'm sorry, after I post that issue I found mistake in my URL.

I use two docker environment: production and my local.

First, I sent a password reset mail in my local env,
but my OSS_PRODUCTION_HOST and OSS_ROOT_URL still bound for production env.
So the URL in SlideHub sent mail is production env URL.

It worked properly, thank you!

from slidehub.

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.