Developer forum

Forum » Dynamicweb 10
Subject
Replies
Started by
Last reply
Error when saving Live Integration
I'm getting this, any idea? (The settings do get saved) 2023-12-28 21:16:53.5281: Management API request failed. Trace ID: 00-80371075298f86c4252e464b56da91e5-4f80a7cd7b475017-00. System.MissingMethodException: Method not found: 'Void Dynamic ...
Justin Sjouw
28/12/2023 21:22:17
Last post: 15/01/2024 10:57:16
Refresh instead of repeat
Hi, I think this probably should be repeat instead of refresh: ...
Justin Sjouw
29/12/2023 20:39:53
Last post: 11/01/2024 13:09:12
Exception in local app installed through appstore
I'm getting an exception when interacting with an installed local app addin: An unhandled exception has occurred while executing the request. System.ArgumentException: Value cannot be null or an empty string. (Parameter 'value') at NuGet. ...
Jóhannes Þorkell Tómasson
10/01/2024 08:59:01
Last post: 11/01/2024 12:14:58
NotificationSubscribers not triggering in DW10
Sup guys, We're having troubles triggering notification subscribers in dw 10. I've tried both of these cases: using Dynamicweb.Extensibility.Notifications; public class TestNotificationSubscriber : NotificationSubscriber { [Subscribe(Dynamicw ...
Arnór Halldórsson
09/01/2024 14:23:02
Last post: 10/01/2024 10:05:37
dwapi/content/pages/url?url=%2Fcontact returns 404
Im trying to get the page data via url(testing on https://dw10swift.public9.dynamicweb.dk/) /contact is a published page on the site https://dw10swift.public9.dynamicweb.dk/dwapi/content/pages/url?url=%2Fcontact but it returns 404. Afaik the only req ...
Joakim Sjöbäck
08/01/2024 16:19:44
Last post: 09/01/2024 15:47:23
Request for DW 10 sites
Hi, A customer wrote: We're starting to look at the feasibility of moving our site to DynamicWeb 10. I'd like to get several examples of sites that use the latest version, including e-commerce, so that we have some clarity around the capabili ...
Sean Meade
08/01/2024 20:54:12
Last post: 09/01/2024 14:54:22
Use customized URLs returns Default.aspx?ID={page} when consuming DWAPI
Im running swift 1.25 on dw 10.0.26 and ive enabled Use customized URLs but dwapi/frontend/navigations/{id} returns link with format Default.aspx?ID={page}. ...
Joakim Sjöbäck
03/01/2024 12:06:08
Last post: 04/01/2024 13:00:26
Error when attemption to view SwiftProducts repository
Hi, I'm running DW 10.0.26 on swift 1.25 and im trying to access the SwiftProducts repository but getting an Error: ...
Joakim Sjöbäck
04/01/2024 10:18:12
Last post: 04/01/2024 12:53:04
Error when saving Scheduled task with Digital Asset Checkin
When I save a scheduled task with the Digital Asset Checkin task, the task is saved, but the log shows an error. The task does not work (it is converted from dw9 and does work there) but I'm not sure if that is related. The error is: 2024-01-03 1 ...
Justin Sjouw
03/01/2024 15:56:36
No replies yet
Dropdownlist Options source type renders empty dropdown in visual editor
Im running a Swift 1.25 on a dw 10.0.24. Ive adjust the theme selector to a dropdown list with identical settings as swift standard. However it now shows an empty dropdown list in visual editor: ...
Joakim Sjöbäck
22/12/2023 14:49:06
Last post: 28/12/2023 02:38:17
Product index DB connection error
I configured a Dynamicweb 10 installation using the .NET CLI and followed the steps outlined in the documentation to create a product indexer. However, upon attempting to execute the indexer, I encountered the following error. Notably, this error per ...
John Broers
26/12/2023 16:16:11
Last post: 27/12/2023 12:00:55
License error with oData endpoint
Hi, Im trying to update an Integration activity from 9 to 10. If I understand correctly the Endpoint provider needs to be replaced with the oData provider. I have the oData provider installed, when I try to edit the source settings of my integration  ...
Justin Sjouw
22/12/2023 10:52:50
Last post: 22/12/2023 11:07:21
Error creating folder
I apologize if this issue's been highlighted before. But im trying to create a folder and keep running in to this issue: ...
Joakim Sjöbäck
21/12/2023 16:36:10
Last post: 22/12/2023 09:48:00
Field type Item_Type returns null
Im running the latest dw10 verison, with a vue-app consuming the DWAPI. I've created an item type and when adding a new field with the type item_type, it returns null. Its the exact same setup I have in a similar project running dw9, where it' ...
Joakim Sjöbäck
07/12/2023 14:04:54
Last post: 22/12/2023 04:20:41
Installing NuGet packages via CLI
Hi, I'm working on automatically installing a list of Addins to my solution on deployment. For this I'm using the CLI, and I'm installing .nupkg files. When I do this the Addin gets installed correctly. I do see it twice in the All Apps s ...
Justin Sjouw
19/12/2023 12:00:03
Last post: 20/12/2023 13:20:45
Sample of comments for dw10?
Hi, I'm trying to see if I can get the comments & ratings to work in 10. I started out with the old example: https://doc.dynamicweb.com/documentation-9/ecommerce/other/comments-ratings#sideNavTitle1-5 I'm attempting to get the template to ...
Justin Sjouw
20/12/2023 10:19:32
Last post: 20/12/2023 12:10:03
Dynamicworkspace shows language version count
Hi, I created a Dynamic Workspace based on a Data Model. The query for the Dynamic Workspace selects all products, no expressions in the query. The Dynamic Workspace has 1 level, the Brand field from the Data Model. The Workspace looks ok, but is sho ...
Justin Sjouw
19/12/2023 18:01:24
Last post: 20/12/2023 10:07:18
Preferences Style selection not visible
Hi, Something seems wrong with the selection of the Preferences display type. Checked on a clean Swift 1.24 install with 10.0.26 Cheers, Justin ...
Justin Sjouw
19/12/2023 14:47:23
Last post: 19/12/2023 15:36:15
Ecommerce Dashboard
Hi, Do I need to do soemthing to get data onto the eCommerce Dashboard, after upgradig from 9 to 10? This is 9: This is 10 ...
Justin Sjouw
23/11/2023 14:14:23
Last post: 14/12/2023 15:53:52
Custom fonts not working
Hi, I'm working on DW 10.0.22. I'm trying to use custom fonts and have followed the guide here: Custom fonts in Swift | Dynamicweb 10 Developer Documentation When I preview the Custom font collection it renders as suspected but the Branding p ...
Kasper Pedersen
06/12/2023 13:31:21
Last post: 14/12/2023 09:18:02