Base solution for your next web application
Open Closed

(TS) Cannot find module 'push.js' #4803


User avatar
0
timmackey created

The solution compiles with no error. However, cannot login. When attempting to change tenant, clicking the 'Save' button causes both buttons to flicker, and dialog does not close.


7 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Could you check if any browser console error and also check Logs.txt in Host/App_Data/Logs

  • User Avatar
    0
    timmackey created

    If only I could. I don't have an App_Data folder much less a Logs.txt file. I've been wondering why there is no App_Data folder and no Logs. Any ideas about that?

  • User Avatar
    0
    alirizaadiyahsi created

    When you run your host project, it should be created. Did not run your host project?

  • User Avatar
    0
    timmackey created

    Yes, the Host project runs. The Swagger page is live and seems to work. My appsettings.json file: "ConnectionStrings": { "Default": "Server=localhost; Database=ngTTMDb; Trusted_Connection=True;" },

    For reasons I don't understand the ngTTMDb file is created in "C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA".

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @TimMackey,

    Since you had lots of problems, we can help you via team viewer to run your project. We will contact with you via email.

  • User Avatar
    0
    timmackey created

    Reinstalling 'yarn' resolved the issue.

  • User Avatar
    0
    alirizaadiyahsi created

    Thanks for feedback