in2code-de / luxletter

Newsletter system for TYPO3

Home Page:https://www.in2code.de/agentur/typo3-extensions/luxletter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing typenum 1560777975 Needed for a prerendering

PittRo opened this issue · comments

This my error online, at my local ddev testsystem everything is working.
My you help us out again?
Error: Origin 112 could not be converted into a valid url!
Reason: Given URL could not be parsed and accessed (Tried to read url: ...../newsletter-12-2022/newsletter.html). Typenum definition in site-configuration not set? Fluid Styled Mail Content TypoScript added? (1560709791)

in our site configuration is following set:
....
PageTypeSuffix:
type: PageType
default: /
index: ''
suffix: /
map:
preview.html: 1560777975
newsletter.html: 1562349004
pixel.png: 1561894816
...
but without setting the routes it does not work propertly.

In case of typing https:......./newsletter-12-2022/preview.html with the route settings an further error occurs
Oops, an error occurred! Code: 20221212170848bb78441c

Another error appears, if we post an preview via email and button but it works local
(ajax post https://...../typo3/ajax/luxletter/testMail?token=078e300c3a00faf573cfa8ca6b9a6c4c79852303&origin=112&email=......&subject=&configuration=1&layout=B2BNlContainer)
503
Oops, an error occurred!
Could not read template file with given path and filename
More information regarding this error might be available

running System is Typo3 11.5.19

Dear einpraegsam,
yes how i wrote above, i added this site configuration, to my custom 3 mappings
....
PageTypeSuffix:
type: PageType
default: /
index: ''
suffix: /
map:
preview.html: 1560777975
newsletter.html: 1562349004
pixel.png: 1561894816
...

debug output via e-mail

Thx for the mail. The main point seems to be:

cURL error 28: Connection timed out after 10001 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://domain.de/newsletter-12-2022/newsletter.html

So CURL seems not be allowed to read the target. CURL on CLI works for you?

Thanks, i guess the security settings block it.