Base solution for your next web application

Activities of "timmackey"

Apparently this is an Edge-only problem. When I used Chrome, I did not have to change the tenant (it was the correct tenant) and I logged in normally.

@aaron: ran yarn at initial setup time per Setup page.

@vladsd. From what folder did you run the update package?

"install abp-ng2-module --save" displays warnings: npm WARN registry Unexpected warning for <a class="postlink" href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>: Miscellaneous Warning EINTEGRITY: sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw== integrity checksum failed when using sha512: wanted sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw== but got sha1-XdnabuOl8wIHdDYpDLcX0/SlTgI=. (8048 bytes) npm WARN registry Using stale package data from <a class="postlink" href="https://registry.npmjs.org/">https://registry.npmjs.org/</a> due to a request error during revalidation. npm WARN @angular/[email protected] requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself. npm WARN @angular/[email protected] requires a peer of zone.js@^0.8.4 but none is installed. You must install peer dependencies yourself. npm WARN @angular/[email protected] requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself. npm WARN @angular/[email protected] requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself. npm WARN @angular/[email protected] requires a peer of @angular/[email protected] but none is installed. You must install peer dependencies yourself.

  • [email protected] added 6 packages, removed 30 packages and updated 144 packages in 139.821s

"npm run build" displays: npm ERR! missing script: build npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Tim\AppData\Roaming\npm-cache_logs\2018-03-13T17_28_05_978Z-debug.log

Log file is here: [http://s000.tinyupload.com/index.php?file_id=47826539049437627714])

"Getting Started in Angular" says: "Run API Host Once you've done the configuration, you can run the application. Server side application only contains APIs. So, default page is a swagger UI which can be used to investigate the API:"

The first line of this issue says "When running *.Web.Host, tooltip for breakpoint says "The breakpoint will not currently be hit. No symbols have been loaded for this document.""

The breakpoing is on line 40 in the 'save()' method in *.Web.Host\src\account\shared\tenant-change-modal.component.ts

I am reasonably sure this is server. Yes?

Microsoft Edge. No errors in browser console.

Excluding then Including tsconfig.json makes no difference. Properties are still disabled. TypeScript version: 2.6 Note: there are 15 tsconfig.json files in .Web.Host/node_modules/ and /e2e/ in addition to the project file in the src folder.

For all projects build Configuration is Debug, Platform is Any CPU

Reinstalling 'yarn' resolved the issue.

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".

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?

Showing 271 to 280 of 285 entries