maybe icon indicating copy to clipboard operation
maybe copied to clipboard

Error: lucide_icon

Open ysw2968 opened this issue 1 year ago • 4 comments

Hi guys, after deploying my local and typing the username and password generated by DB seed, I am facing the below error after deploying the whole repository. Any suggestions will be appreciated. image

ysw2968 avatar Feb 11 '24 11:02 ysw2968

another one as well image

ysw2968 avatar Feb 11 '24 11:02 ysw2968

Hi @ysw2968 did you follow the setup guide and run the bundle install ?

pmareke avatar Feb 11 '24 15:02 pmareke

Hi @pmareke , thanks for your message. Yes, I did run the bundle install. Here are the steps I did:

  • Clone repo
  • Run below commands:
    • cd/maybe
    • cp .env.example .env
    • bundle install
    • rails db:setup
    • rails server
  • Open localhost:3000

Perhaps I missed some steps, very new to Ruby project. Env: Windows 11

ysw2968 avatar Feb 12 '24 10:02 ysw2968

Hi @pmareke , thanks for your message. Yes, I did run the bundle install. Here are the steps I did:

  • Clone repo

  • Run below commands:

    • cd/maybe
    • cp .env.example .env
    • bundle install
    • rails db:setup
    • rails server
  • Open localhost:3000

Perhaps I missed some steps, very new to Ruby project. Env: Windows 11

Would you mind to run the app with bin/dev instead of rails server?

pmareke avatar Feb 12 '24 18:02 pmareke

@ysw2968 I created a guide for getting the project setup on a Windows machine:

https://github.com/maybe-finance/maybe/wiki/Windows-Dev-Setup-Guide

Would you mind re-cloning the repo into a fresh directory and following this guide? Also, make sure your Git utility has the following setting:

git config --global core.autocrlf false

Let me know if you run into problems.

zachgoll avatar Feb 13 '24 02:02 zachgoll

@zachgoll @pmareke thanks for your help. I setup the project successfully by following the windows dev setup guide. Much appreciate it.

ysw2968 avatar Feb 13 '24 10:02 ysw2968