Skip to content
Discussions/App Development/Navigator Not WorkingForum ↗

Navigator Not Working

App Development6 posts616 views7 likesLast activity Aug 2020
PE
pem11OP
Aug 2020

Please, I started Navigator but the Navigator is not seeing my contracts anymore. Although I have used the navigator several times before in testing the DAML Program. now it doest’s see the contract anymore. Please help urgently, this is for my project to be submitted for academic purposes. Thanks

AN
anthony
Aug 2020

Can you give more details about the issue you’re facing?

  1. Any console output?
  2. What steps did you take?
  3. A screenshot of what you see on Navigator?
  4. What specifically is missing, your templates that you use to make contracts, or actual contracts that you made with your templates?
LE
Leonid_Shlyapnikov
Aug 2020

@pem11

Try to restart the browser.

If it does not help, restart the server-side components too, “Ctr+C” the process in the terminal and do daml start .... or daml navigator .... depending on how you start your application.

PE
pem11
Aug 2020

Thanks, I have been able to fix the problem.
Kind Regards,
Promise

LE
Leonid_Shlyapnikov
Aug 2020

@pem11 can you please tell us how to reproduce the issue? Here in the forum or just submit a github issue: https://github.com/digital-asset/daml/issues/new

I guess restarting helped… but this is not really a solution :slight_smile:

Thanks

PE
pem11
Aug 2020

I discovered that my file was outside the main daml folder directory which was why the program was not responding to the Navigator. I moved the file inside the main daml folder directory and that fixed it.

← Back to Discussions