Git Product home page Git Product logo

Comments (18)

Usama4745 avatar Usama4745 commented on August 27, 2024 1

@alxlion thanks for feedback. I will start working on it
/attempt #61

Options

from claper.

alxlion avatar alxlion commented on August 27, 2024 1

hey @haruncurak I am still not able to setup project. while using docker image getting issue of folder not getting created for presentation file.

Docker is used for deployment, it is not suited for development. It's better to have elixir installed on your computer and a db in Docker for example.

from claper.

Usama4745 avatar Usama4745 commented on August 27, 2024 1

Hey @alxlion I have duplicated .env from .env.sample and added SECRET_KEY_BASE mix phx.gen.secret command but I am still facing this issue while running mix ecto.migrate can you confirm what needs to be done here?

** (RuntimeError) SECRET_KEY_BASE configuration option is required. See https://docs.claper.co/configuration.html#production-docker (stdlib 3.17) erl_eval.erl:685: :erl_eval.do_apply/6 (elixir 1.12.2) lib/code.ex:656: Code.eval_string_with_error_handling/3 (elixir 1.12.2) lib/config.ex:258: Config.__eval__!/3 (elixir 1.12.2) lib/config/reader.ex:86: Config.Reader.read!/2 (mix 1.12.2) lib/mix/tasks/loadconfig.ex:57: Mix.Tasks.Loadconfig.load_runtime/1 (mix 1.12.2) lib/mix/tasks/app.config.ex:38: Mix.Tasks.App.Config.run/1

Well I have just resolve the issue by adding correct value for secret key inside config/runtime.exs file

from claper.

alxlion avatar alxlion commented on August 27, 2024

/bounty 300

from claper.

algora-pbc avatar algora-pbc commented on August 27, 2024

💎 $300 bounty created by alxlion
🙋 If you start working on this, comment /attempt #61 to notify everyone
👉 To claim this bounty, submit a pull request that includes the text /claim #61 somewhere in its body
📝 Before proceeding, please make sure you can receive payouts in your country
💵 Payment arrives in your account 2-5 days after the bounty is rewarded
💯 You keep 100% of the bounty award
🙏 Thank you for contributing to ClaperCo/Claper!

Attempt Started (GMT+0) Solution
🟢 @Usama4745 Oct 20, 2023, 10:31:03 AM WIP
🟢 @Dhanus3133 Oct 30, 2023, 8:42:08 PM #72

from claper.

Usama4745 avatar Usama4745 commented on August 27, 2024

Hey @alxlion can you explain it little bit more what needs to be done?
What I understood is that we need to define iframe somewhere where we can add youtube videos?

from claper.

alxlion avatar alxlion commented on August 27, 2024

@Usama4745 Sorry, I forgot the specs. I edited the first message. I hope it's enough for you, do no hesitate if you have questions and if you have some ideas/improvement to the original specs.

Thanks 🙏

from claper.

Usama4745 avatar Usama4745 commented on August 27, 2024

facing this error while running

mix ecto.migrate

** (RuntimeError) SECRET_KEY_BASE configuration option is required. See https://docs.claper.co/configuration.html#production-docker (stdlib 3.17) erl_eval.erl:685: :erl_eval.do_apply/6 (elixir 1.12.2) lib/code.ex:656: Code.eval_string_with_error_handling/3 (elixir 1.12.2) lib/config.ex:258: Config.__eval__!/3 (elixir 1.12.2) lib/config/reader.ex:86: Config.Reader.read!/2 (mix 1.12.2) lib/mix/tasks/loadconfig.ex:57: Mix.Tasks.Loadconfig.load_runtime/1 (mix 1.12.2) lib/mix/tasks/app.config.ex:38: Mix.Tasks.App.Config.run/1

@alxlion can you confirm where do we need to add SECRET_KEY_BASE variable for this issue

from claper.

alxlion avatar alxlion commented on August 27, 2024

facing this error while running

mix ecto.migrate

`** (RuntimeError) SECRET_KEY_BASE configuration option is required. See https://docs.claper.co/configuration.html#production-docker

(stdlib 3.17) erl_eval.erl:685: :erl_eval.do_apply/6

(elixir 1.12.2) lib/code.ex:656: Code.eval_string_with_error_handling/3

(elixir 1.12.2) lib/config.ex:258: Config.__eval__!/3

(elixir 1.12.2) lib/config/reader.ex:86: Config.Reader.read!/2

(mix 1.12.2) lib/mix/tasks/loadconfig.ex:57: Mix.Tasks.Loadconfig.load_runtime/1

(mix 1.12.2) lib/mix/tasks/app.config.ex:38: Mix.Tasks.App.Config.run/1`

@alxlion can you confirm where do we need to add SECRET_KEY_BASE variable for this issue

Yes, it is on the documentation : https://docs.claper.co/configuration.html#production-docker

from claper.

haruncurak avatar haruncurak commented on August 27, 2024

Hi @Usama4745 are you still working on this? Happy to help out or take over for this task if you're facing some issues.

from claper.

Usama4745 avatar Usama4745 commented on August 27, 2024

hey @haruncurak I am still not able to setup project. while using docker image getting issue of folder not getting created for presentation file.

from claper.

Usama4745 avatar Usama4745 commented on August 27, 2024

hey @haruncurak I am still not able to setup project. while using docker image getting issue of folder not getting created for presentation file.

Docker is used for deployment, it is not suited for development. It's better to have elixir installed on your computer and a db in Docker for example.

I was facing multiple issues while installing in my windows system now I have installed WSL and trying on it

from claper.

Usama4745 avatar Usama4745 commented on August 27, 2024

Hey @alxlion I have duplicated .env from .env.sample and added SECRET_KEY_BASE mix phx.gen.secret command but I am still facing this issue while running mix ecto.migrate can you confirm what needs to be done here?

** (RuntimeError) SECRET_KEY_BASE configuration option is required. See https://docs.claper.co/configuration.html#production-docker (stdlib 3.17) erl_eval.erl:685: :erl_eval.do_apply/6 (elixir 1.12.2) lib/code.ex:656: Code.eval_string_with_error_handling/3 (elixir 1.12.2) lib/config.ex:258: Config.__eval__!/3 (elixir 1.12.2) lib/config/reader.ex:86: Config.Reader.read!/2 (mix 1.12.2) lib/mix/tasks/loadconfig.ex:57: Mix.Tasks.Loadconfig.load_runtime/1 (mix 1.12.2) lib/mix/tasks/app.config.ex:38: Mix.Tasks.App.Config.run/1

from claper.

Dhanus3133 avatar Dhanus3133 commented on August 27, 2024

/attempt #61

Options

from claper.

algora-pbc avatar algora-pbc commented on August 27, 2024

Note: The user @Usama4745 is already attempting to complete issue #61 and claim the bounty. If you attempt to complete the same issue, there is a chance that @Usama4745 will complete the issue first, and be awarded the bounty. We recommend discussing with @Usama4745 and potentially collaborating on the same solution versus creating an alternate solution.

from claper.

algora-pbc avatar algora-pbc commented on August 27, 2024

💡 @Dhanus3133 submitted a pull request that claims the bounty. You can visit your org dashboard to reward.

from claper.

alxlion avatar alxlion commented on August 27, 2024

Merged ! Will be on the next release.

from claper.

algora-pbc avatar algora-pbc commented on August 27, 2024

🎉🎈 @Dhanus3133 has been awarded $300! 🎈🎊

from claper.

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.