You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing the apple signin process (from user point of view), it seems that apple is redirecting to the URL remark42.mysite.com/web/iframe.html?selfClose but with a POST request, which does not seems to be handled properly by the server. It results in a 405 error code.
Did I configure something wrong ? I only set the 4 environments: AUTH_APPLE_CID, AUTH_APPLE_TID, AUTH_APPLE_KID, AUTH_APPLE_PRIVATE_KEY_FILEPATH.
Despite this error, the authentication is working properly and I have to close manually this window to get back to my webpage with comment section.
The text was updated successfully, but these errors were encountered:
@lionep can you please copy the request your browser makes to that page, replace the sensitive headers content with *** and paste it here? "fetch" format or "curl" format would both work, you can do it in Chrome on the Network tab of the web development tools.
Hello,
When doing the apple signin process (from user point of view), it seems that apple is redirecting to the URL remark42.mysite.com/web/iframe.html?selfClose but with a POST request, which does not seems to be handled properly by the server. It results in a 405 error code.
Did I configure something wrong ? I only set the 4 environments:
AUTH_APPLE_CID
,AUTH_APPLE_TID
,AUTH_APPLE_KID
,AUTH_APPLE_PRIVATE_KEY_FILEPATH
.Despite this error, the authentication is working properly and I have to close manually this window to get back to my webpage with comment section.
The text was updated successfully, but these errors were encountered: