Activities of "ianbaddock"

That IP listed in the screenshot is my local IP. I followed those steps exactly.

I would expect that the solution should work out of the box and that I should have to resort to Android Studio to make it work.

  • ABP Framework version: v8.0.5
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I have created a brand new solution using ABP suite and included a react native mobile application. I have added the file management module (for future use) and built the web solution and it works fine. I made the changes are suggested in the mobile development guide here: https://docs.abp.io/en/abp/latest/Getting-Started-React-Native?Tiered=No

I have started the web solution on the following URL:

configured in the appsettings of the web project:

and made the required changes to the pre configure services:

my environment.js file is as below:

The mobile app starts up on localhost:19006 but doesnt display anything (I am using the [Press w | open web] expo option.

this is the issue in my browser when inspecting the page:

finally figured it out for anyone else experiencing the same issue.

  1. using visual studio, Build > Clean Solution
  2. in the root folder of your source code run: abp clean
  3. using visual studio, Build > Rebuild Solution
  4. after closing the abp suite, reload the abp suite and reopen your solution

I have also just compared my suite templates to that of my team members and mine are not the same. It appears the attempted upgrade to 8.0.1 and then downgrade, didnt reset the code templates. How do I reset these? I have uninstalled and reinstalled abp cli and suite numerous times to resolve with no luck. I would like to just reset the code generation templates to v7.3.2

  • ABP Framework version: v7.3.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no

I am generating an entity using the ABP suite and all the code is still coming out with the template tags in it.

Earlier today, I attempted to upgrade my solution from 7.3.2 to 8.0.1. I updated the CLI and the ABP Suite, I then upgraded the ABP packages too. Tried it out and wasnt too comfortable with the outcome. I then discarded all my solution changes, putting the entire solution back to 7.3.2. I uninstalled the ABP cli and Suite and reinstalled the correct version. I then tried to add a new entity and all the generated code sill has all the template tags. How do I resolve this?

aaah I assume you have to do it without using the abp suite?

I am not sure how to add the navigation property to the file management entities. I cannot see them in the list.

  • ABP Framework version: v7.3.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no

I have included the file management module in my solution and I would like to create a table for Media which has a navigation property to the files stored in FmFileDescriptors. My solution would allow for upload reports/images/videos which are stored in the files table, but I am creating a gallery on top of the files using the Media table as my gallery source. I would prefer not to use the files tables directly as I need to make many modifications to the schema as well as have other related tables for meta data (EXIF data) and tagging data.

Perfect, thanks. It is working.

Could you provide some screenshots of a working postman with login returning a bearer token and then using that in postman for a simple get request.

I managed to create an OpenIdDict login which returned a token. I tried to use the token as a bearer token on the next request but it is returning a 401.

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