Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE-REVERT]: localhost:3000 shows a blank screen even when the clerk publishable key is present in the client .env #492

Open
manish-singh-bisht opened this issue Feb 23, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@manish-singh-bisht
Copy link
Contributor

Describe the bug
localhost:3000 shows a blank screen and the clerk publishable key is present in the client .env as mentioned in the documentation of revert.

the console of dev tools shows missing clerk publishable key.

To Reproduce
proceed as mentioned in the docs of revert for self host
https://docs.revert.dev/overview/developer-guide/self-host-revert

Expected behavior
the expected behaviour would be that it should show a login form.

Screenshots
devtools error

Desktop (please complete the following information):

  • OS: windows 11
  • Browser edge
  • Version 121.0.2277.128 (Official build) (64-bit)(of browser)

Additional context
Add any other context about the problem here.

@manish-singh-bisht manish-singh-bisht added the enhancement New feature or request label Feb 23, 2024
@geetansh
Copy link

geetansh commented May 6, 2024

same issue, any update on this

@manish-singh-bisht
Copy link
Contributor Author

hey @geetansh a possible answer from another user who faced similar issue "Found the issue. I added the REACT_APP_CLERK_PUBLISHABLE_KEY after the first run, so it was not copied over in the build process. Redid a build and now it seems to work."

other than this not sure.

@geetansh
Copy link

geetansh commented May 6, 2024

@manish-singh-bisht thanks, it worked.
steps to resolve the issue:

commands:
docker-compose build
docker-compose run db-seed
docker-compose up -d

@geetansh
Copy link

geetansh commented May 6, 2024

I was able to run the self hosted version but getting a different error now :
You don't seem to have access to the Revert, please contact us at team@revert.dev.

any suggestions ?

Screenshot 2024-05-07 at 1 30 09 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants