Hello, I had a working api from Visual Studio but then had to delete the sandbox environment it was connected to. Now I just opened a new folder with everything and every time I try and publish, I just get the error below:
The request for path /v2.0/sandbox/dev/apps?SchemaUpdateMode=synchronize&DependencyPublishingOption=default failed with code UnprocessableEntity. Reason: Could not install the extension 'ALProject1' by 'Default publisher' (version '1.0.0.0') on tenant '<redacted>' and company '' due to the following error: 'You do not have the following permissions on TableData Tenant Profile: Read.
To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: 'redacted.'
I have no idea why this is happening. Is it weird that the company string is blank?
This is also just when running the Hello World API so I have not touched anything.