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
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Great work on this! Fantastic idea and very easy to use 🎉
Issue
I'm having an issue when trying to configure this in my project that has multiple hosting methods.
The WASM project is attempting to call itself, instead of the API site. Currently it appears to be calling https://app.mysite.com/_smartcomponents/smartpaste, instead of https://api.mysite.com/_smartcomponents/smartpaste
Example: Blazor WASM
Hosted at https://app.mysite.com as static files only.
API Server
Hosted at https://api.mysite.com severing more than one static files site.
Question
Is it possible to configure the WASM project to call the API project on a different URL when using the SmartPaste component?
It doesn't appear to be using the configured default HTTP client.
The text was updated successfully, but these errors were encountered:
Great work on this! Fantastic idea and very easy to use 🎉
Issue
I'm having an issue when trying to configure this in my project that has multiple hosting methods.
The WASM project is attempting to call itself, instead of the API site. Currently it appears to be calling
https://app.mysite.com/_smartcomponents/smartpaste
, instead ofhttps://api.mysite.com/_smartcomponents/smartpaste
Example:
Blazor WASM
Hosted at
https://app.mysite.com
as static files only.API Server
Hosted at
https://api.mysite.com
severing more than one static files site.Question
Is it possible to configure the WASM project to call the API project on a different URL when using the
SmartPaste
component?It doesn't appear to be using the configured default HTTP client.
The text was updated successfully, but these errors were encountered: