Activities of "joelhulen"

This change worked, thank you :)

If you're creating a bug/problem report, please include the following:

  • ABP Framework version: v5.0.0 (commercial)
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: JavaScript error: Uncaught TypeError: Cannot read properties of undefined (reading 'controllers')
  • Steps to reproduce the issue:"
  1. Create a brand new project with ABP Suite.
  2. Create one or more entities.
  3. Generate and run the project.
  4. Log in.
  5. Select an entity from the left-hand menu.
  6. Select the + New [Entity Name] button or Advanced filters button.

The JavaScript error will appear, referencing line 3 of the generated index.js file, which will be something like this: var myEntityService = window.myProject.controllers.myEntities.myEntity;

I've tried creating two new projects and both failed in the same way. When I tried upgrading the ABP packages to 5.0.1, I received all sorts of errors about not being able to find those packages, so that's a dead-end and a whole different issue.

It just started working.

  • ABP Framework version: v4.4.3

I updated to the latest version of ABP Suite and attempted to create a new Applicaton template project with the MVC UI template, no mobile, Entity Framework with SQL, tiered, with separate tenant schema settings. The error I receive is:

Error occured while getting the latest version from https://abp.io/api/download/template/get-version/ : Remote server returns '500-Internal Server Error'. Message: An internal error occurred during your request! [17:05:30 ERR] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null }

This issue appears to be resolved now. Closing.

All Commercial docs pages result in a 404. I've noticed this for the past few hours: https://docs.abp.io/en/commercial/latest

Showing 1 to 6 of 6 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11