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
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.
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."
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 [email protected].
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 [email protected].
any suggestions ?
I fixed this by following logs in the api container and clicking that refresh button on the top left. It seems that the proper user tables/authentication was erroring.
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
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: