Replies: 4 comments 1 reply
-
The problem does not appear if I switch back to 1.0.27 |
Beta Was this translation helpful? Give feedback.
-
Same here 😢 |
Beta Was this translation helpful? Give feedback.
-
According to the Mozzila Documentation - Reason: the CORS request did not succeed: Trying to access an https resource that has an invalid certificate will cause this error. As of Firefox 68, https pages are not permitted to access http://localhost Also, the error differs from Chrome, where it shows(images attached): Since my the proxy_pass configured is working correctly and ports are correctly open: The issue appears to be related to the URL http://localhost:3400/api/users/me and http://localhost:3400/api/users/first-register being unable to be resolved, and the error NetworkError when attempting to fetch resource is also observed. |
Beta Was this translation helpful? Give feedback.
-
Hey @grundiss — I can't reproduce your issue, unfortunately. I think this is probably a configuration issue as spinning up a new Payload app with What would be helpful is if you were able to spin up a minimally reproducible demo so that I can help you test and recreate the issue. @Rar9 — your issue is separate, and I believe yours also has to do with your specific configuration. I am going to help you out on Discord, so I'll chat with you there! |
Beta Was this translation helpful? Give feedback.
-
Bug Report
After upgrading payload from 1.0.27 to 1.1.4 I'm no longer able to create first user when use clean DB.
I debugged that file a bit and heres' what my console displays:
Current Behavior
First user cannot get created
Expected Behavior
First user gets created
Beta Was this translation helpful? Give feedback.
All reactions