Skip to content
New issue

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

Nova Markdown field preview fails #103

Closed
piotrku opened this issue Jan 12, 2024 · 3 comments
Closed

Nova Markdown field preview fails #103

piotrku opened this issue Jan 12, 2024 · 3 comments

Comments

@piotrku
Copy link

piotrku commented Jan 12, 2024

The XHR error returned is 404

POST http://site.test/nova-api/posts/field/translations_content_ar/preview?editing=true&editMode=update
[HTTP/1.1 404 Not Found 230ms]

I works fine on non translatable fields like:

http://site.test/nova-api/news/field/intro/preview?editing=true&editMode=update

And returns 404 on a translatable field content - the original query is (notice the transformed fieldname translations_content_en):

http://site.test/nova-api/posts/field/translations_content_en/preview?editing=true&editMode=update

But I tested different URLs for this field - none works:

http://site.test/nova-api/posts/field/translations_content/preview?editing=true&editMode=update
http://site.test/nova-api/posts/field/content_en/preview?editing=true&editMode=update
http://site.test/nova-api/posts/field/content/preview?editing=true&editMode=update
@spatie-bot
Copy link

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.

@dariusmb
Copy link

dariusmb commented Jun 6, 2024

Hello. We are encountering the same issue where the preview of Markdown fields does not work after updating from Nova 3 to Nova 4. Is there any fix available for this issue?

@chimit
Copy link
Contributor

chimit commented Jul 20, 2024

This issue still takes place. Please, reopen it, @freekmurze

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants