Question

Custom Freedom UI component

Hello everyone,

I am trying to create a custom Freedom UI component by following the instructions from the official Creatio documentation:
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/front-end-development/freedom-ui/remote-module/implement-a-remote-module/examples/implement-a-remote-module

However, every time I try to run it, I get the following error in the browser console:

installHook.js:1 ERROR Error: Remote entry with name 'usr.sdk_remote_module_package_tf' does not exist

Could you please advise what I should pay special attention to when configuring a remote module and how to properly look for the root cause of this error?
Are there any common pitfalls related to package naming, module registration, or build/deployment steps that might lead to this issue?

Any hints or troubleshooting tips would be greatly appreciated.

 

I have attached a file with my project for reference.

 

 

Best regards,

Tomasz

File attachments
Like 0

Like

1 comments

Hello Tomasz,

I had a similar issue, most likely you did somewhere mistake in the steps 

1. Change the <%projectName%> macro of the Angular project name to sdk_remote_module_package in every project file.
2. Change the <%vendorPrefix%> prefix macro to usr in every project file.

The easiest way to spot the place where you misplaced/did not replace macros/prefix is to just try again and pay additional attention on these 2 steps 

Show all comments