Workload Config Error when creating a sample item in the frontend sample #45
-
Hi, I was following the tutorial part 'Set up authentication', however when following the part Ask for a token and consent the application I triple checked all the configurations in the frontend but don't see any mistakes, what else could I check for this one? |
Beta Was this translation helpful? Give feedback.
Answered by
JosEilersTwyzer
Jul 25, 2024
Replies: 1 comment 2 replies
-
@JosEilersTwyzer please make sure that:
Did you add your configurations in .env.dev file? https://github.com/microsoft/Microsoft-Fabric-workload-development-sample/blob/main/Frontend/.env.dev |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ramizsha : This was due to the fact I was running locally, but didnt have the correct naming for the workload in the manifest and other configuration files (both backend, frontend and in the application registration). It should be named 'Org.{workloadname}' however this is not documented yet it looks like (also not clear from the example configs). Can this be updated? It is working now.