Hello all We have a self hosted Cal installed in U...
# general
m
Hello all We have a self hosted Cal installed in Ubuntu. I already added public license agree in .env file but still message is showing when login. Also restarted service and server but same issue. Also second question I access this using a mydomain URL but when I click Signout user it redirect on http://localhost:3000/auth/logout and page can not be display error in in browser. Any help will be appreciated
p
try yarn build, fixed it
d
It works fine for me. Can you double check the env and the value? It should be:
NEXT_PUBLIC_LICENSE_CONSENT=agree
A potential problem, but I doubt about it, will be that you are hitting the build cache (managed by turbo) instead of rebuilding the source with the new value for that env. You can try bypassing the cache using
yarn build --force
m
Thanks for the reply I Did already CONSENT=agree. Here is screencap of my .env file Yes I tried yarn build --force too but same issue. Not resolved any issue ether display Consent banner or redirect to http://localhost:3000/auth/logout while sign-out @Demian N You are right it shows me Turbo while "yarn start" Attached screenshot
d
Yes, you are seeing turbo logs but 'cache missed" means you are rebuilding from source, not using the cache. Not sure what's going on there. Are you using the latest Cal release (v1.4)? Can you check on that?
m
How to check my cal version? is it latest or not
I am thankful if any one can help in this regarding.
d
If you are using v1.4 I believe the version number is located below your user's avatar in a small font size. If there is nothing there, you probably not using cal@latest and you will need to refetch the repo and pull from it for the latest version, or download the source from the archived files at the releases page in GH