v14 Umbraco Delivery Api Extensions package
# help-with-umbraco
s
Hello, I'm brand new to Umbraco. I have a clean installation of Umbraco v.15 and I need to install the following package: https://marketplace.umbraco.com/package/umbraco.community.deliveryapiextensions. The installation instruction says to run "*dotnet add package Umbraco.Community.DeliveryApiExtensions*" which I did, but I didn't notice any changes in the backoffice UI. The only thing has changed is now during the startup I am not redirected at https://_hostname_/umbraco but just to https://_hostname_/ which gives me a 404 page. Nothing else in the backoffice has changed. Am I doing anything wrong? And how can I get back to the /umbraco page during the startup? Thanks!
r
Odd, I use that package too and it didn't make any changes to my startup
Can you see in your source control if there's anything else that's changed other than your
.csproj
with the new project reference?
cc @Laura Neto
r
It looks like you've got Umbraco 14.3 installed and you're trying to use the v15 DeliveryApiExtensions package
You'll need 14.0.0 of DeliveryApiExtensions
s
@rickbutterfield sorry I wasted your time... you are totally right, I didn't realize I had to specify version at all and I got my umbraco version wrong. But now I'm getting the following error in console as soon as I try to switch to the <>API view. Perhaps you have encountered anything similar before? Thanks for the help! https://cdn.discordapp.com/attachments/1311316328627568700/1311332974725173268/image.png?ex=67487980&is=67472800&hm=c11311d1d2f3968e25a25844b3b65c20e0e802155bd458aeeb407630b6d40fb1&
the error is "*Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://localhost:44317/App_Plugins/DeliveryApiExtensions/api-preview-BoEtJ2XC.js*"
r
If you haven't already, I would do a Clean and then Rebuild your solution, it may be that some of the assets from the other package version are cached
s
yeah I did that... Still the same error *Failed to load resource: the server responded with a status of 404 ()Understand this errorAI 16index.js:1 Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://localhost:44317/App_Plugins/DeliveryApiExtensions/api-preview-BoEtJ2XC.js*
Okay, this package works if when deployed to Umbraco cloud and I realized previously installed Umbraco Forms package does not work either. Looks like a different issue then.
4 Views