Applies to Product - Power Apps
What’s happening?
Form displays an error 0x0 when attempting to open in a new tab.
Reason:
This is caused by a conflict in the customer's custom JavaScript, specifically related to a function that is not executing properly.
Resolution:
- Narrow down this by using the flag &flags=DisableFormHandlers=true to identify if the problem is related to the form handlers.
- If the issue persists, test with additional flags:
- &flags=DisableFormCommandbar=true
- &flags=DisableFormLibraries=true
- &flags=DisableWebResourceControls=true
- If the error continues, export the unmanaged solution, modify the export XML to remove the problematic button, and then import the solution back.
- Publish the app and check the command using the Command Checker tool.
Troubleshoot form issues in model-driven apps (model-driven apps)
Troubleshooting ribbon issues in Power Apps
