-
Amin Houssini2 years ago #33227
Hi,
i’ve just started the trail version; everytime im trying to start my Projeckt, poping up an Error wich the name of is 403 Error with this only text: “Could not load metadata: 403 error”
is there any another way to fix this???
any suggestion???
and more Importantly what ist the main Problem?
Attachments:
You must be logged in to view attached files.Jennifer HäfnerHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)Has successfully completed the online course Basics (100)Has successfully completed the online course Advanced (310)Has successfully completed the online course Advanced (320)Has successfully completed the Intermediate CertificationHas successfully completed the Advanced Certification2 years ago #33234::Hi Amin,
It seems like you are executing an oData connector via Data Service, but you do not have the permission to do that in your application. This is because the connection is executed as an anonymous user, meaning that there is no login in the application. So, you do not have the required permissions to access to the data.
To fix this, you have two options:
- Allow anonymous users in your app (you can do that in the application editor, in the tab ‘Other > Security’) and add a role that each anonymous user is assigned automatically. However, since you are on the playground instance, your user might not have the required rights to add roles here.
- Add a login to your application. You can do this using the Login wizard, which quickly creates a login screen with all required logic. Execute the connection to the Data Service after a successful login.
https://community.simplifier.io/doc/current-release/applications/create-apps-via-wizard/login-wizard/
When your user has the required permissions to execute the Data Service, the data will be loaded and shown in the table.
Jennifer HäfnerHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)Has successfully completed the online course Basics (100)Has successfully completed the online course Advanced (310)Has successfully completed the online course Advanced (320)Has successfully completed the Intermediate CertificationHas successfully completed the Advanced Certification2 years ago #33246::Hi Amin,
You cannot change your user rights because the playground instance is just a space for interested people to get a first glance at Simplifier, how it works, what features it has etc.
The playground instance and all its content is reset each day, so it is no environment for application development. So, the users on this instance do not have all rights, including adapting roles and permissions.
If you need your own Simplifier instance for application development, check out our evaluation license model:
You must be logged in to reply to this topic.