We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description I encountered an issue when attempting to sign up on Postiz. The following error was displayed during the signup process:
General error: TypeError: Failed to fetch. Please check your browser console.
Additionally, I would like to know if there are any default credentials for the application, as I was unable to proceed beyond this point.
Observations from Logs The logs indicate the following warning:
7|Posty | Warning: Invalid prop `domain` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.
Steps to Reproduce
Expected Behavior Signup should complete successfully, and the user should be redirected to the dashboard or relevant page.
Actual Behavior The error General error: TypeError: Failed to fetch is displayed, and signup fails.
General error: TypeError: Failed to fetch
Environment
Additional Information
domain
React.Fragment
Screenshots/Logs
Please attach any relevant screenshots or logs to help diagnose the issue.
Suggested Solutions
Failed to fetch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For installation issues, please visit our https://discord.postiz.com for assistance.
Description
I encountered an issue when attempting to sign up on Postiz. The following error was displayed during the signup process:
Additionally, I would like to know if there are any default credentials for the application, as I was unable to proceed beyond this point.
Observations from Logs
The logs indicate the following warning:
Steps to Reproduce
Expected Behavior
Signup should complete successfully, and the user should be redirected to the dashboard or relevant page.
Actual Behavior
The error
General error: TypeError: Failed to fetch
is displayed, and signup fails.Environment
Additional Information
domain
prop inReact.Fragment
be contributing to the issue?Screenshots/Logs
Please attach any relevant screenshots or logs to help diagnose the issue.
Suggested Solutions
Failed to fetch
error during signup.domain
prop warning is related to the issue.The text was updated successfully, but these errors were encountered: