Stuck in Settings since upgraded from 1.5 to 1.6
I recently upgraded from 1.5 to 1.6. Since then, I can log in and when I do, it opens Settings. However, I cannot seem to exist Settings. If I click the X in the top, it just goes to settings again.
If I go to /objects/companies directly by entereing the URL, it will show me the companies list.
But if I go to the "main page" I am sent to Settings
I have verified both app version and db version:
v1.6.7
version
---------
1.6.7
(1 row)
Output from
echo 'echo $APP_VERSION; exit' | podman exec -i twenty-server /bin/sh
echo 'SELECT version FROM core.workspace;' | podman exec -i twenty-db psql -U twenty
3 Replies
I ran into this issue after upgrading as well! It was a cache issue that required a flush, and you probably also are getting the "User does not have permission" error.
this work for me:
yarn command:prod cache:flush
This work for me too! Thanks @Collins