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

Problems displaying on Paquet #89

Open
notangelmario opened this issue Jan 25, 2023 · 7 comments
Open

Problems displaying on Paquet #89

notangelmario opened this issue Jan 25, 2023 · 7 comments

Comments

@notangelmario
Copy link

Due to some legal issues, I can't store app icons and screenshots anymore without the developer's specific consent. I am still working on that. Until then, I am displaying the icons and other resources directly to the user.

Unfortunately your app has some cross-origin restrictions and the icon cannot be displayed anywhere else. Could you please fix that and get back to me, so I can put Merklin back on Paquet?

@toniengelhardt
Copy link
Owner

Hi @notangelmario,

What URL are you trying to access? When I'm opening the icons from /manifest.json in a browser, e.g. https://app.merklin.xyz/_nuxt/icons/512x512.0f659041.png, it seems to work.

You have my consent btw to use all the icons and images.

@notangelmario
Copy link
Author

Yes it does work when openning them in the browser, but not when displayed in another origin. (eg. localhost:3000, paquet.shop)

@toniengelhardt
Copy link
Owner

Can you try again, just removed the nuxt-security module, maybe that was the problem.

@notangelmario
Copy link
Author

It's fixed! But I don't recommend removing the nuxt-security module all together. Try configuring the only the CORS handler as specified here.

@toniengelhardt
Copy link
Owner

Perfect, will do that, which routes (images) do you need access to?

@notangelmario
Copy link
Author

I noticed Paquet grabs the 192x192 image. If you would like to save bandwidth, I would recommend adding a 96x96 image because Paquet doesn't need more than that. It's up to you.

@toniengelhardt
Copy link
Owner

Ok perfect, will adjust.

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

2 participants