View not found error in Looker

Hey All,
I have deployed my model into production.The users then can see the dashboards and changes i have made.But,When i create another view and deployed it.It is not visible to the other users .I am able to see when i turn of development mode.What might be the error?

If you’re not using a remote git integration (Github, Gitlab, etc.) but a local git repo it might be that you have a sync issue between your master and production branch.

Try following this help post:

Basically, you need to deploy manually using a webhook with the URL [instance_url]/webhooks/projects/[project name]/deploy

1 Like