Hi Terry,
I think this behavior is related to your app’s package name.
Because your app is called 4Hire, the package name is in the format com.thunkable.user.4Hire.
The segments of a package name need to start with letters, not numbers.
Try changing that last segment to something like .hire or .forhire.
To find your app’s package name:
Click your app’s logo in the upper left hand corner of the Components window to open an App Settings window on the right-hand side of the screen.
In this window, you’ll see a property called App (Bundle) ID.
This is your package name.
Let me know if that works!