You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not able to run the cms repo locally. Tried many ways to fix it but unable to fix it. I think something is up with the bcrypt package as we can see in the following screenshot, other than that I've no idea what's going on with it.
To Reproduce
Steps to reproduce the behavior:
Clone the repo
Just follow the steps mention in Readme.md and run the project locally.
Expected behavior
I think it should load the Landing Page as per root page.tsx
Screenshots or GIFs
When I'm transforming root page.tsx as shown below then the landing page works just fine :-
Basically I'm commenting "import { authOptions } from '@/lib/auth';" so that "auth.tsx" doesn't get loaded which is using bcrypt and eventually causing this error. So my primary guess is that bcrypt is suspicious here, other than that I've no idea what is going on with it.
If someone can please help me to setup the project locally it will be of great help.
Info :
Browser [Chrome]
Version [131.0.6778.265]
The text was updated successfully, but these errors were encountered:
Describe the bug
Not able to run the cms repo locally. Tried many ways to fix it but unable to fix it. I think something is up with the bcrypt package as we can see in the following screenshot, other than that I've no idea what's going on with it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I think it should load the Landing Page as per root page.tsx
Screenshots or GIFs
When I'm transforming root page.tsx as shown below then the landing page works just fine :-
Basically I'm commenting "import { authOptions } from '@/lib/auth';" so that "auth.tsx" doesn't get loaded which is using bcrypt and eventually causing this error. So my primary guess is that bcrypt is suspicious here, other than that I've no idea what is going on with it.
If someone can please help me to setup the project locally it will be of great help.
Info :
The text was updated successfully, but these errors were encountered: